-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "voxbone-generator",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower cache clean && bower install"
},
"engines": {
"node": "4.4.7"
},
"dependencies": {
"async": "^1.5.0",
"bcrypt-nodejs": "latest",
"body-parser": "~1.13.2",
"bower": "^1.7.9",
"clipboard": "^1.5.3",
"coffee-script": "^1.10.0",
"connect-flash": "~0.1.1",
"connect-mongo": "^1.3.2",
"connect-timeout": "^1.7.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.12.1",
"grunt": "^1.0.1",
"grunt-bower-requirejs": "^2.0.0",
"grunt-nodemon": "^0.4.2",
"honeybadger": "^1.1.3",
"jade": "~1.11.0",
"method-override": "~1.0.0",
"minifier": "^0.7.1",
"morgan": "~1.6.1",
"lodash": "^4.14.2",
"moment": "^2.14.1",
"mongoose": "~4.5.5",
"morgan": "~1.6.1",
"newrelic": "^1.24.0",
"nodemon": "^1.9.1",
"passport": "^0.3.0",
"repl": "^0.1.3",
"request": "^2.65.0",
"sendgrid": "^2.0.0",
"serve-favicon": "~2.3.0",
"strong-params": "^0.6.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-requirejs": "^2.0.0",
"grunt-bower-task": "^0.4.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-nightwatch": "^0.5.3",
"jit-grunt": "^0.10.0",
"nightwatch": "^0.9.5"
}
}