forked from victorb/resort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 837 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
{
"name": "ipfs-resort",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"browserify": "^14.4.0",
"externs-generator": "^0.3.2"
},
"scripts": {
"build": "browserify -t [ babelify ] script-libp2p.js -o build/index.js",
"dev": "watchify -t [ babelify ] script-libp2p.js -o build/index.js"
},
"devDependencies": {
"babelify": "^7.3.0",
"libp2p": "^0.12.4",
"libp2p-multiplex": "^0.5.0",
"libp2p-secio": "^0.8.1",
"libp2p-webrtc-star": "^0.13.2",
"libp2p-websockets": "^0.10.1",
"multiaddr": "^3.0.1",
"peer-book": "^0.5.1",
"peer-id": "^0.10.1",
"peer-info": "^0.11.0",
"pull-pushable": "^2.1.1",
"pull-stream": "^3.6.1",
"pull-stream-to-stream": "^1.3.4",
"typedarray-to-buffer": "^3.1.2",
"watchify": "^3.9.0"
}
}