-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "cordova-plugin-indexeddb-async",
"version": "2.2.1",
"description": "An asynchronous IndexedDB plug-in for Cordova apps",
"cordova": {
"id": "cordova-plugin-indexeddb-async",
"platforms": [
"android",
"ios",
"windows",
"browser"
]
},
"scripts": {
"upgrade": "ncu --upgradeAll && npm update && cp node_modules/indexeddbshim/dist/indexeddbshim.min.js www/indexeddbshim.min.js",
"release": "npm run upgrade && bump --prompt --tag --push --all && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/hitachienergy/cordova-plugin-indexeddb-async.git"
},
"keywords": [
"cordova",
"indexeddb",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows8",
"cordova-windows",
"cordova-browser"
],
"author": {
"name": "ABB Austin",
"url": "http://abb.com"
},
"license": "Apache-2.0",
"dependencies": {
"indexeddbshim": "^2.2.1"
},
"devDependencies": {
"npm-check-updates": "^2.2.0",
"version-bump-prompt": "^1.5.1"
}
}