-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 915 Bytes
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
{
"name": "skel",
"version": "0.0.1",
"description": "Un esqueleto para desarrollo frontend",
"author": "zrobit",
"devDependencies": {
"autoprefixer": "^6.4.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.7.4",
"expose-loader": "^0.7.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-changed-in-place": "^2.0.3",
"gulp-consolidate": "^0.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^2.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-insert": "^0.5.0",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-watch": "^4.3.9",
"jade": "^1.11.0",
"lodash": "^4.15.0",
"nib": "^1.1.2",
"postcss": "^5.1.2",
"stylus": "^0.54.5",
"through2": "^2.0.1",
"webpack": "^1.13.2"
}
}