-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
{
"name": "microstar-chain",
"version": "0.0.0",
"description": "This module writes, reads, validates, and copies chains of microstar messages. Each message contains the hash of the previous.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"level": "^0.18.0",
"level-librarian": "0.0.4",
"microstar-crypto": "0.0.2",
"microstar-message": "0.0.0",
"pull-level": "^1.2.0",
"pull-pairs": "^1.0.0",
"pull-stream": "^2.26.0",
"ramda": "^0.8.0"
},
"devDependencies": {
"levelup": "^0.19.0",
"rimraf": "^2.2.8",
"tape": "^3.0.3"
},
"scripts": {
"test": "node test/"
},
"repository": {
"type": "git",
"url": "https://github.com/jtremback/microstar-chain.git"
},
"author": "[email protected] <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtremback/microstar-chain/issues"
},
"homepage": "https://github.com/jtremback/microstar-chain"
}