-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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": "proyecto-casiano",
"version": "1.0.0",
"description": "Proyecto final DSI en el que se usan las tecnologias vistas durante el curso.",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"del": "^2.2.0",
"ejs": "^2.4.1",
"express": "~4.13.1",
"express-ejs-layouts": "^2.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.7",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jquery": "^2.2.3",
"mongo": "^0.1.0",
"mongoose": "^4.4.16",
"morgan": "~1.6.1",
"node": "^0.0.0",
"serve-favicon": "~2.3.0",
"util": "^0.10.3"
},
"author": "JoseMena-YerayPerez",
"license": "ISC",
"devDependencies": {
"gulp-clean": "^0.3.2",
"gulp-jshint": "^2.0.1",
"gulp-nodemon": "^2.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
}
}