-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "gulpfile-template",
"version": "1.0.0",
"description": "Gulp template for starting Monkee-Boy projects.",
"repository": {
"type": "git",
"url": "[email protected]:Monkee-Boy/gulpfile.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Fleeting",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.14.0",
"cssnano": "^3.7.4",
"cssstats": "^3.0.0-beta.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-stylelint": "^3.1.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"mb-jubilee": "^1.4.0",
"normalize.css": "^7.0.0",
"postcss-calc": "^6.0.0",
"postcss-compact-mq": "^0.2.1",
"postcss-conditionals": "^2.0.2",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"postcss-map": "^0.9.0",
"postcss-mixins": "^6.0.0",
"postcss-nested": "^2.0.2",
"postcss-simple-vars": "^4.0.0",
"stylelint-order": "^0.4.4"
}
}