-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 971 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
42
43
{
"name": "NoSql-Browser",
"version": "1.0.0",
"author": "bw.renman@gmail.com",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"browserify": "^13.3.0",
"cmdparser": "^0.0.3",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"deasync": "^0.1.9",
"debug": "^2.6.0",
"ejs": "^2.5.5",
"elasticsearch": "^12.1.3",
"express": "~4.12.4",
"express-http-proxy": "^0.10.1",
"express-session": "^1.14.2",
"fs-extra": "^1.0.0",
"generic-pool": "^2.5.0",
"i18n": "^0.8.3",
"inflection": "^1.10.0",
"kafka-node": "^1.4.0",
"lodash": "^4.17.4",
"log4js": "^1.1.0",
"moment": "^2.17.1",
"mongodb": "^2.2.19",
"node-cubrid": "^2.2.5",
"node-redis-dump": "~0.2.1",
"pkginfo": "^0.4.0",
"readline-browserify": "0.0.4",
"redis": "^2.6.3",
"request": "^2.79.0",
"serve-favicon": "~2.3.2",
"socket.io": "^1.7.2",
"underscore": "^1.8.3",
"zookeeper": "3.4.9-3"
}
}