-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 Bytes
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
{
"name": "nf-ebot-api",
"version": "1.0.0",
"description": "",
"main": "app/server.js",
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"auto-sni": "^1.5.1",
"aws-sdk": "^2.4.0",
"bunyan": "^1.8.1",
"bunyan-cloudwatch": "^2.0.0",
"bunyan-loggly": "^1.0.0",
"moment": "^2.15.2",
"mongoose": "^4.4.20",
"mongoose-unique-validator": "^1.0.2",
"passport": "^0.3.2",
"passport-accesstoken": "^0.1.0",
"restify": "^4.1.0",
"unirest": "^0.5.1"
},
"devDependencies": {
"colors": "^1.1.2",
"grunt": "^1.0.1",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-docco": "^0.4.0",
"grunt-exec": "^1.0.0",
"grunt-open": "^0.2.3",
"load-grunt-tasks": "^3.5.0",
"minimist": "^1.2.0"
}
}