forked from OutSystems/Cordova-sqlcipher-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 914 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
30
31
32
33
34
35
36
37
38
39
{
"name": "cordova-sqlcipher-adapter",
"version": "0.1.11-OS",
"description": "SQLCipher database adapter for PhoneGap/Cordova, based on cordova-sqlite-storage",
"cordova": {
"id": "cordova-sqlcipher-adapter",
"platforms": [
"android",
"ios",
"osx",
"windows"
]
},
"repository": {
"type": "git",
"url": "https://github.com/litehelpers/Cordova-sqlcipher-adapter.git"
},
"keywords": [
"sqlite",
"sqlcipher",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-osx",
"cordova-windows"
],
"author": "various",
"license": "MIT",
"bugs": {
"url": "https://github.com/litehelpers/Cordova-sqlcipher-adapter/issues"
},
"homepage": "https://github.com/litehelpers/Cordova-sqlcipher-adapter",
"scripts": {
"start": "node scripts/prepareSpec.js"
},
"devDependencies": {
"shelljs": "^0.7.4"
}
}