-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.44 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
{
"name": "cordova-plugin-sqlite-evplus-ext-common-free",
"version": "0.9.1-rc01",
"description": "Cordova/PhoneGap sqlite storage - free evplus enterprise version with premium stability and performance improvements including workaround for large SELECT results on Android (version with external sqlite3 dependencies)",
"cordova": {
"id": "cordova-plugin-sqlite-evplus-ext-common-free",
"platforms": [
"android",
"ios",
"osx",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/storesafe/cordova-plugin-sqlite-evplus-ext-common-free.git"
},
"keywords": [
"sqlite",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-osx",
"cordova-windows"
],
"author": "various",
"license": "GPL-3.0 OR Commercial",
"bugs": {
"url": "https://github.com/storesafe/cordova-plugin-sqlite-evplus-ext-common-free/issues"
},
"homepage": "https://github.com/storesafe/cordova-plugin-sqlite-evplus-ext-common-free",
"dependencies": {
"cordova-sqlite-evplus-ext-free-dependencies": "0.5.11"
},
"scripts": {
"clean-spec": "rm -rf spec/[mnp]* && git cl 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"
}
}