-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "viaje-musical",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js",
"version": "0.0.1",
"author": "IUNA",
"scripts": {
"start": "grunt",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"body-parser": "^1.17.2",
"bower": "^1.8.0",
"compression": "^1.6.2",
"consolidate": "^0.14.5",
"express": "^4.15.3",
"forever": "^0.15.3",
"glob": "^7.1.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-nodemon": "^0.4.2",
"helmet": "^3.6.1",
"load-grunt-tasks": "^3.5.2",
"lodash": "^4.17.4",
"morgan": "^1.8.2",
"swig": "^1.4.2"
},
"devDependencies": {
"cypress": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-file-creator": "^0.1.3",
"grunt-ngmin": "0.0.3",
"grunt-node-inspector": "^1.0.0"
}
}