-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 910 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
{
"name": "bldg",
"version": "0.0.1",
"description": "Build responsively, fast.",
"homepage": "http://lucassmith.me/bldg",
"author": "Lucas Smith <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/volanStudio/bldg"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.3",
"browser-sync": "^2.9.6",
"node-minify": "^1.2.1",
"parallelshell": "^2.0.0",
"postcss": "^5.0.8",
"postcss-browser-reporter": "^0.4.0",
"postcss-import": "^7.0.0",
"postcss-css-variables": "^0.5.0",
"postcss-nested": "^1.0.0",
"postcss-conditionals": "^2.0.0",
"postcss-custom-media": "^5.0.0",
"watch": "^0.16.0"
},
"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'"
}
}