-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "flex-css",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server -o",
"build-placement": "sass sass/main-base.scss generated/flex-css-placement.css",
"build-sizing": "sass sass/main-sizing.scss generated/flex-css-sizing.css",
"build-all": "sass sass/main-all.scss generated/flex-css-all.css",
"min-all-builds":"sass sass/main-base.scss generated/min/flex-css-placement.css --style compressed & sass sass/main-sizing.scss generated/min/flex-css-sizing.css --style compressed & sass sass/main-all.scss generated/min/flex-css-all.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nilestanner/flex-css.git"
},
"author": "Niles Tanner",
"license": "MIT",
"homepage": "https://bitbucket.org/nilestanner/flex-css#readme"
}