forked from psychokinesis-dev/js-psychokinesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
{
"name": "psychokinesis",
"version": "1.0.6",
"description": "A decentralized HTTP Server.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover test/get-post.js"
},
"bin": {
"psychokinesis": "./bin/psychokinesis"
},
"repository": {
"type": "git",
"url": "https://github.com/psychokinesis-dev/js-psychokinesis.git"
},
"keywords": [
"p2p"
],
"author": "covertness",
"license": "MIT",
"engines": {
"node": ">=5.3.0"
},
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"dht-store": "^1.1.1",
"dns-socket": "^1.4.1",
"http2": "psychokinesis-dev/node-http2",
"lodash": "^4.10.0",
"reconnect-net": "^1.0.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"tape": "^4.5.1"
}
}