-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 KB
/
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
38
39
{
"name": "microstar-replicate",
"version": "0.0.0",
"description": "This replicates feeds between microstar nodes.",
"main": "index.js",
"scripts": {
"test": "node test/",
"debug-test": "forever -c \"node --debug-brk\" test/"
},
"repository": {
"type": "git",
"url": "https://github.com/jtremback/microstar-replicate.git"
},
"author": "[email protected] <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtremback/microstar-replicate/issues"
},
"homepage": "https://github.com/jtremback/microstar-replicate",
"dependencies": {
"async": "^0.9.0",
"deep-equal": "^0.2.1",
"lodash": "^2.4.1",
"lodash.clonedeep": "^2.4.1",
"pull-serializer": "^0.3.1",
"pull-stream": "^2.26.0",
"safe-access": "^0.1.0",
"stable-stringify": "^1.0.0"
},
"devDependencies": {
"get-trace": "^1.0.1",
"level": "^0.18.0",
"level-test": "^1.6.6",
"pull-level": "^1.2.0",
"pull-ws-server": "^1.1.2",
"rimraf": "^2.3.1",
"tape": "^3.5.0"
}
}