-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 Bytes
/
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
{
"name": "to-do-app",
"version": "0.0.1",
"description": "To Do List app with MEAN Stack",
"main": "server.js",
"scripts": {
"start": "./node_modules/.bin/gulp"
},
"contributors": [
"Isidro Sosa <[email protected]>"
],
"private": true,
"license": "MIT",
"dependencies": {
"body-parser": "1.15.2",
"chalk": "^1.1.3",
"compression": "1.6.2",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.3",
"express": "4.14.0",
"express-session": "^1.14.2",
"morgan": "^1.7.0",
"nunjucks": "3.0.0"
},
"devDependencies": {
"gulp": "~3.9.1",
"babel-preset-es2015": "6.18.0",
"browser-sync": "~2.18.6",
"gulp-autoprefixer": "~3.1.0",
"gulp-babel": "6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "~2.6.0",
"gulp-csso": "2.0.0",
"gulp-load-plugins": "~1.4.0",
"gulp-nodemon": "~2.2.1",
"gulp-sass": "~2.1.1",
"gulp-sourcemaps": "~2.0.0-alpha",
"gulp-util": "3.0.8",
"del": "^2.2.2"
}
}