forked from TheCocoaProject/cordova-plugin-nativestorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
54
55
{
"name": "@zenput/cordova-plugin-nativestorage",
"version": "2.3.1-zp2",
"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": "@zenput/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"
}