-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 991 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
36
37
38
39
40
41
42
43
{
"name": "mn-ml",
"version": "2.0.1",
"description": "Minimal template for building responsive prototypes with html5 and sass.",
"homepage": "http://mn-ml.cc",
"repository": {
"type": "git",
"url": "git://github.com/mrmrs/mnml.git"
},
"keywords": [
"html5",
"css",
"readability",
"responsive design",
"rwd",
"sass"
],
"author": "mrmrs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmrs/mnml/issues",
"email": "[email protected]"
},
"devDependencies": {
"browser-sync": "^1.1.1",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"gulp-csslint": "^0.1.4",
"gulp-imagemin": "^1.1.0",
"gulp-minify-css": "^0.3.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-size": "^0.4.0",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8"
},
"scripts": {
"start": "gulp",
"csslint": "gulp csslint",
"minify-css": "gulp minify-css",
"images": "gulp minify-img"
}
}