-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 971 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": "minutemen",
"version": "1.0.0",
"description": "ITCSS based boilerplate that is fast and simple to any project",
"repository": {
"type": "git",
"url": "https://github.com/fbreuil/minutemen.git"
},
"author": "Felipe Breuil <[email protected]>",
"keywords": [
"scss",
"itcss",
"rscss",
"grids"
],
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.24.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-css-base64": "^1.3.4",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"merge-stream": "^1.0.1",
"path": "^0.12.7",
"run-sequence": "^2.2.1"
}
}