-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
40
41
{
"name": "restserver",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild",
"start": "node server.js",
"configure": "node-gyp configure"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^1.17.5"
},
"dependencies": {
"@polkajs/bloom-filter": "^1.0.1",
"base58": "^1.0.1",
"bloom-filter": "^0.2.0",
"bloom-filter-cpp": "^1.2.0",
"bloomfilter": "0.0.18",
"cache-base": "^4.0.0",
"cuckoo-filter": "^1.0.4",
"expirable-hash-table": "^1.0.1",
"express": "^4.16.3",
"nan": "^2.10.0",
"node-gyp": "^3.7.0",
"node-hashtable": "git+https://github.com/clondono/node-hashtable.git"
},
"gypfile": true,
"repository": {
"type": "git",
"url": "git+https://github.com/MainHanzo/restServer.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/MainHanzo/restServer/issues"
},
"homepage": "https://github.com/MainHanzo/restServer#readme",
"description": ""
}