forked from cwjohan/node-articles-nlp-redis-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
42
43
44
45
46
47
48
49
50
{
"name": "node-articles-nlp-redis-queue",
"version": "0.0.12",
"description": "A minimum viable node app for production deployment",
"keywords": [],
"main": "index.js",
"scripts": {
"start": "bash script/start",
"reset": "bash script/reset",
"clean": "bash script/clean"
},
"author": "Hunter Loftis <[email protected]>",
"contributors": ["Craig Johannsen <cwjohan[.at.]gmail[.dot.]com>"],
"repository": "https://github.com/cwjohan/node-articles-nlp-redis-queue.git",
"license": "ISC",
"dependencies": {
"blitzkrieg": "^1.0.0",
"body-parser": "^1.5.0",
"connect-redis": "^2.0.0",
"connect-timeout": "^1.2.2",
"cookie-parser": "^1.3.2",
"event-loop-lag": "^1.0.1",
"express": "^4.9.7",
"express-session": "^1.6.5",
"foreman": "^1.1.0",
"jade": "^1.5.0",
"lodash": "^2.4.1",
"logfmt": "^1.1.2",
"loopbusy": "^1.0.1",
"mongoose": "^3.8.13",
"mongoose-cache": "^0.1.2",
"mongoose-random": "^0.1.1",
"mongoose-timestamp": "^0.3.0",
"morgan": "^1.2.0",
"node-redis-queue": "^0.2.4",
"node-uuid": "^1.4.1",
"promise": "^5.0.0",
"redis": "^0.12.1",
"redis-url": "0.3.1",
"sentiment": "^1.0.1",
"serve-favicon": "~2.0.1",
"summarize": "^1.5.0",
"superagent": "^0.18.2",
"throng": "^1.0.0"
},
"devDependencies": {},
"engines": {
"node": "0.10.x"
}
}