-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "mn-ml",
"version": "3.0.6",
"description": "Minimal template for building responsive prototypes with html5 and postcss.",
"homepage": "http://mn-ml.cc",
"repository": {
"type": "git",
"url": "git://github.com/mrmrs/mnml.git"
},
"keywords": [
"html5",
"css",
"readability",
"responsive design",
"rwd",
"postcss"
],
"author": "mrmrs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrmrs/mnml/issues",
"email": "hi@mrmrs.cc"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"browser-sync": "^2.24.7",
"clean-css": "^4.2.1",
"node-minify": "^3.5.0",
"parallelshell": "^3.0.2",
"postcss": "^7.0.5",
"postcss-browser-reporter": "^0.5.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.10.0",
"postcss-custom-media": "^7.0.4",
"postcss-import": "^12.0.0",
"watch": "^1.0.2"
},
"scripts": {
"start": "parallelshell 'npm run build:css' 'npm run server'",
"build:css": "watch 'node index.js' src/",
"server": "browser-sync start --server --files 'css/*.css, *.html'"
}
}