-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.21 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cordova-plugin-app-preferences",
"version": "0.99.4",
"description": "Application preferences plugin and preference pane generator",
"cordova": {
"id": "cordova-plugin-app-preferences",
"platforms": [
"android",
"ios",
"osx",
"wp7",
"wp8",
"windows8",
"windows",
"blackberry10"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apla/me.apla.cordova.app-preferences.git"
},
"bin": {
"cordova-app-preferences-generator": "bin/build-app-settings.js"
},
"devDependencies": {
"cordova": ">=5.4.1",
"elementtree": "^0.1.6",
"ios-sim": ">=5.0.5",
"jasmine": "^2.3.2",
"plist": "1.1.0",
"q": "^1.4.1",
"serve-me": "^0.8.2"
},
"keywords": [
"preferences",
"settings",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-osx",
"cordova-wp7",
"cordova-wp8",
"cordova-windows",
"cordova-windows8",
"cordova-blackberry10"
],
"author": "Ivan Baktsheev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apla/me.apla.cordova.app-preferences/issues"
},
"homepage": "https://github.com/apla/me.apla.cordova.app-preferences"
}