forked from YouBase/youbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "youbase",
"version": "0.1.17",
"description": "An Individual-Centric Cryptographic Data Store",
"author": "Josh Robinson",
"license": "MIT",
"main": "lib/index.js",
"bin": {
"youbase": "cli/youbase.js"
},
"scripts": {
"test": "mocha",
"prepare": "coffee -o lib -c src"
},
"dependencies": {
"bigi": "~1.3.0",
"bip39": "~2.1.0",
"body-parser": "^1.15.2",
"bs58check": "^1.0.8",
"coffeescript": "^2.3.2",
"coininfo": "~0.2.1",
"coinkey": "~1.3.0",
"coinstring": "^2.3.0",
"commander": "^2.9.0",
"dotenv": "^2.0.0",
"ecc-envelope": "^1.0.7",
"ecc-tools": "^1.0.3",
"ecdsa": "~0.5.3",
"encoding-down": "^6.0.1",
"express": "^4.14.0",
"hdkey": "~0.7.1",
"hdname": "^0.1.0",
"json-schema-ref-parser": "^3.1.2",
"level-sublevel": "^6.5.4",
"leveldown": "^4.0.1",
"levelup": "4.0.0",
"lodash": "~4.15.0",
"memdown": "3.0.0",
"morgan": "^1.7.0",
"msgpack5": "^3.4.0",
"multihashes": "^0.2.2",
"nock": "^8.0.0",
"request": "^2.74.0",
"rest": "~1.2.0",
"tv4": "^1.2.7",
"when": "~3.5.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"crypto-browserify": "~3.11.0",
"mocha": "~1.21.4"
}
}