This repository was archived by the owner on Jun 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
62
{
"name": "es7-express-babeljs",
"version": "0.0.0",
"description": "Express Web Server with swig and Gulpfile with nodemon, browsersync and sass for babeljs (es6 & es7 => es5)",
"keywords": [
"development",
"gulp",
"sass",
"nodemon",
"browsersync",
"express",
"es5",
"es6",
"es7",
"babeljs"
],
"author": "Ivan Fraixedes (http://ivan.fraixed.es)",
"license": "WTFPL",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DEBUG=hack:*,http* gulp dev",
"start": "node dev/index.js"
},
"dependencies": {
"body-parser": "^1.12.2",
"debug": "^2.1.3",
"express": "^4.12.3",
"morgan": "^1.5.2",
"qs": "^4.0.0",
"swig": "^1.4.2",
"winston": "^1.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"babel": "^5.1.11",
"babel-eslint": "^3.0.1",
"babel-runtime": "^5.2.6",
"babelify": "^6.0.2",
"browser-sync": "^2.7.1",
"browserify": "^10.1.3",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^5.1.0",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^0.2.9",
"gulp-eslint": "^0.11.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^2.0.1",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.1",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0"
}
}