-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 887 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
{
"name": "microstar-internal-chain",
"version": "0.0.0",
"description": "This is a symmetrically encrypted chain.",
"main": "index.js",
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "https://github.com/jtremback/microstar-internal-chain.git"
},
"author": "jehan.tremback@gmail.com <you@example.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtremback/microstar-internal-chain/issues"
},
"homepage": "https://github.com/jtremback/microstar-internal-chain",
"dependencies": {
"async": "^0.9.0",
"lodash": "^2.4.1",
"pull-level": "^1.2.0",
"pull-stream": "^2.26.0",
"stable-stringify": "^1.0.0"
},
"devDependencies": {
"get-trace": "^1.0.0",
"level": "^0.18.0",
"level-test": "^1.6.6",
"pull-level": "^1.2.0",
"rimraf": "^2.2.8",
"tape": "^3.4.0"
}
}