-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 928 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 928 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
28
29
30
31
32
33
34
35
{
"name": "cipherwallet",
"version": "1.0.0",
"description": "Node.js SDK for the cipherwallet API",
"main": "http_router.js",
"dependencies": {
"body-parser": "~1.9.2",
"cookie-parser": "~1.3.3",
"any-db-sqlite3": "~2.1.4",
"any-db": "~2.1.0",
"express": "~4.9.7",
"node-uuid": "~1.4.1",
"http": "~0.0.0",
"base64-js": "~0.0.7",
"bcrypt-nodejs": "~0.0.3",
"hiredis": "~0.1.17",
"redis": "~0.12.1",
"sqlite3": "~3.0.4",
"memcached": "~2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/drivefast/node-cipherwallet.git"
},
"keywords": ["QR", "barcode", "login", "checkout", "secure", "cipherwallet"],
"author": "drivefast",
"license": "MIT",
"bugs": {
"url": "https://github.com/drivefast/node-cipherwallet/issues"
}
}