-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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": "api-server",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"pretest": "jshint .",
"posttest": "nsp check"
},
"dependencies": {
"async": "^2.0.0-rc.6",
"bcrypt": "^0.8.5",
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"compression": "^1.0.3",
"cors": "^2.5.2",
"cron": "^1.1.0",
"debug": "^2.3.3",
"helmet": "^0.14.0",
"kafka-node": "^0.3.2",
"lda": "^0.1.9",
"lodash": "^4.7.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-component-storage": "^1.9.1",
"loopback-connector-mongodb": "^1.13.3",
"loopback-datasource-juggler": "^2.39.0",
"loopback-ds-timestamp-mixin": "^3.4.0",
"moment": "^2.15.0",
"node-uuid": "^1.4.7",
"nodemailer": "^2.3.0",
"redis": "^2.6.0-0",
"redis-notifier": "^1.0.0",
"request": "^2.73.0",
"serve-favicon": "^2.0.1",
"socket.io": "^1.4.5",
"stats-lite": "^2.0.3",
"winston": "^2.2.0"
},
"devDependencies": {
"jshint": "^2.5.6",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"description": "api-server"
}