-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 840 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 840 Bytes
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
{
"author": "Tom Zhou <appnet.link@gmail.com> (https://appnet.link)",
"name": "appnet.link-controller",
"description": "AppNet.link protocol controller service for node.js",
"version": "4.1.3",
"repository": {
"type": "git",
"url": "git://github.com/InstantWebP2P/appnet.link-controller.git"
},
"engines": {
"node": ">=6.8.0"
},
"main": "index.js",
"dependencies": {
"connect": "3.7.0",
"connect-httpp": "latest",
"debug": "4.3.1",
"geoip-lite": "1.4.1",
"httpp-proxy": "latest",
"ipaddr.js": "1.9.1",
"appnet.link": "latest",
"lodash": "4.17.21",
"msgpack-js": "0.3.0",
"neo4jv1": "1.1.6",
"siphash": "1.1.0",
"ssl-root-cas": "1.3.1",
"uuid": "8.0.0",
"wspp": "latest"
},
"devDependencies": {
"express": "4.21.1",
"jshint": "2.13.6"
}
}