-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 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
38
39
40
41
{
"name": "js2p",
"main": "js_src/js2p.js",
"version": "0.7.870",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/gappleto97/p2p-project.git"
},
"bugs": {
"url": "https://github.com/gappleto97/p2p-project/issues"
},
"dependencies": {
"big-integer": "^1.6.16",
"buffer": "^4.9.1",
"equal": "^0.1.1",
"ip": "^1.1.4",
"jssha": "^2.2.0",
"msgpack-lite": "^0.1.26",
"vorpal": "^1.11.4",
"yargs": "^7.0.2"
},
"optionalDependencies": {
"babel-runtime": "^6.22.0",
"node-forge": "^0.6.46",
"nodejs-websocket": "^1.7.1",
"snappy": "^5.0.5",
"zlibjs": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"browserify": "^13.3.0",
"codecov": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0"
}
}