-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 924 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
{
"name": "build-css-demo",
"version": "1.0.0",
"description": "Source files for a CSS build tutorial",
"main": "build/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kaidez/build-css-demo"
},
"author": "kaidez",
"license": "MIT",
"homepage": "https://github.com/kaidez/build-css-demo",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.0",
"grunt-critical": "^0.1.7",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat-css": "^2.2.0",
"gulp-connect": "^2.2.0",
"gulp-csslint": "^0.1.5",
"gulp-grunt": "^0.5.2",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-minify-css": "^1.0.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.2",
"jade": "^1.9.2",
"q": "^1.2.0"
}
}