-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "cordova-androidwear-dataapi",
"version": "1.0.2",
"description": "Android Wear DataApi plugin for Apache Cordova (or PhoneGap/Ionic)",
"cordova": {
"id": "cordova-androidwear-dataapi",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marcus-L/cordova-androidwear-dataapi.git"
},
"keywords": [
"Wear",
"DataApi",
"AndroidWear",
"Android",
"Wearable",
"ecosystem:cordova",
"cordova-android"
],
"engines": {
"cordovaDependencies": {
"1.0.0": { "cordova-android": ">5.1.0" }
}
},
"author": "Marcus Lum",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/Marcus-L/cordova-androidwear-dataapi/issues"
},
"homepage": "https://github.com/Marcus-L/cordova-androidwear-dataapi"
}