-
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": "my-js-snippet",
"description": "my-js-snippet",
"version": "0.0.1",
"license": "MIT",
"repository": {},
"main": "index",
"scripts": {
"test": "mocha test"
},
"dependencies": {
"async": "^1.5.2",
"bloomfilter": "0.0.16",
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"cluster": "^0.7.7",
"co": "^4.6.0",
"heapdump": "^0.3.9",
"hiredis": "^0.5.0",
"http-proxy": "^1.16.2",
"ioredis": "^3.1.2",
"koa": "^2.3.0",
"limiter": "^1.1.2",
"line-reader": "^0.3.1",
"lodash": "^3.10.1",
"lru-cache": "^4.1.1",
"moment": "^2.18.1",
"mongodb": "^2.2.30",
"mongoskin": "^2.1.0",
"nsqjs": "^0.7.13",
"request": "^2.81.0",
"retry": "^0.10.1",
"rocketchat": "^0.1.6",
"smaz": "^1.0.0",
"suspend": "^0.7.0",
"uuid": "^2.0.3"
}
}