forked from TheCocoaProject/cordova-plugin-nativestorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "cordova-plugin-nativestorage",
"version": "2.2.2",
"description": "Native storage of variables in Android, iOS and Windows",
"author": "Gilles Callebaut <[email protected]>",
"contributors":[
{"name":"Alok Rajiv"},
{"name":"Yann Deshayes", "email": "[email protected]", "url": "https://github.com/ydeshayes"}
],
"cordova": {
"id": "cordova-plugin-nativestorage",
"platforms": [
"android",
"ios",
"browser",
"windows",
"osx"
]
},
"repository": {
"type": "git",
"url": "https://github.com/TheCocoaProject/cordova-plugin-nativestorage"
},
"scripts": {
"test": "npm run jshint",
"jshint": "jshint www && jshint tests"
},
"keywords": [
"cordova",
"device",
"storage",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser",
"cordova-windows",
"LocalStorage",
"NSUserDefaults",
"SharedPreferences"
],
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.9.1"
},
"bugs":{
"url" : "https://github.com/TheCocoaProject/cordova-plugin-nativestorage/issues"
},
"homepage": "https://github.com/TheCocoaProject/cordova-plugin-nativestorage#README.md"
}