-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 845 Bytes
/
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
{
"name": "cordova-sqlcipher-adapter-external",
"version": "0.5.1",
"description": "Native interface to SQLite for PhoneGap/Cordova. Allows you to use more storage and provides more flexibility than the standard Web SQL database (window.openDatabase).",
"cordova": {
"id": "cordova-sqlcipher-adapter-external",
"platforms": [
"android",
"ios",
"osx",
"windows"
]
},
"keywords": [
"sqlite",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-osx",
"cordova-windows"
],
"author": "Sreekanth M R",
"license": "GPL-3.0",
"scripts": {
"clean-spec": "rm -rf spec/[mnp]* && git cl spec/config.xml && git status --ignored",
"prepare-js": "coffee -p SQLitePlugin.coffee.md > www/SQLitePlugin.js",
"prepare-spec": "node scripts/prepareSpec.js"
}
}