-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 728 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 728 Bytes
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
{
"name": "win-sqlcipher",
"version": "0.0.4",
"description": "Encrypted sqlite3 for Windows",
"keywords": [
"sqlite3",
"sqlite",
"sqlcipher",
"encrypt"
],
"repository": "git://github.com/fritx/win-sqlcipher.git",
"scripts": {
"nwtest": "nw nw",
"nwbuild": "npm i --runtime=node-webkit --target=0.12.3 --target_arch=ia32",
"electron-test": "electron electron",
"electron-build": "electron-rebuild -w . -v 1.7.0",
"preinstall": "node preinstall",
"postinstall": "node postinstall"
},
"dependencies": {
"shelljs": "^0.7.4",
"sqlite3": "git+https://github.com/fritx/node-sqlite3.git#openssl-root"
},
"devDependencies": {
"electron-rebuild": "^1.5.11"
}
}