-
Notifications
You must be signed in to change notification settings - Fork 715
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "cordova-sqlite-storage",
"version": "6.1.1-dev",
"description": "Native interface to SQLite for PhoneGap / Cordova - cordova-sqlite-storage plugin version",
"cordova": {
"id": "cordova-sqlite-storage",
"platforms": [
"android",
"browser",
"ios",
"osx",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/xpbrew/cordova-sqlite-storage.git"
},
"keywords": [
"sqlite",
"ecosystem:cordova",
"cordova-android",
"cordova-browser",
"cordova-ios",
"cordova-osx",
"cordova-windows"
],
"author": "various",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpbrew/cordova-sqlite-storage/issues"
},
"homepage": "https://github.com/xpbrew/cordova-sqlite-storage",
"dependencies": {
"cordova-sqlite-storage-dependencies": "4.1.0"
},
"scripts": {
"clean-spec": "rimraf spec/[mnp]* && git checkout -- spec/config.xml spec/package.json && git status --ignored",
"prepare-js": "coffee -p SQLitePlugin.coffee.md > www/SQLitePlugin.js",
"prepare-spec": "node scripts/prepareSpec.js"
},
"devDependencies": {
"coffeescript": "1",
"cross-spawn": "^6.0.5",
"fs-extra": "^8.1.0",
"rimraf": "^3.0.2"
}
}