-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
{
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.9.3",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.0.3",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-clean": "^0.3.1",
"gulp-htmlhint": "^0.3.0",
"gulp-image-optimization": "^0.1.3",
"gulp-jade": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"lost": "^6.7.2",
"postcss": "^5.0.5",
"postcss-browser-reporter": "^0.3.0",
"postcss-focus": "^1.0.0",
"postcss-short": "^1.1.0",
"postcss-size": "^1.0.0",
"postcss-clearfix": "^0.2.0",
"postcss-color-short": "^0.2.1",
"postcss-discard-comments": "^2.0.0",
"postcss-pxtorem": "^3.0.0",
"postcss-responsive-images": "^1.0.1",
"precss": "^1.1.3",
"webpd": "^0.4.2"
},
"dependencies": {
"response.js": "^0.9.1"
}
}