-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 982 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
{
"name": "baselayer.css",
"version": "1.0.37",
"description": "A solid, minimal CSS framework.",
"main": "index.html",
"scripts": {
"watch:sync": "browser-sync start --server --files 'index.html', '*.css'",
"watch:sass": "npx sass src/style.scss:dist/baselayer.css src/light.scss:dist/baselayer-light.css src/dark.scss:dist/baselayer-dark.css --style=compressed --no-source-map --watch --load-path=./",
"start": "npm run watch:sass & npm run watch:sync",
"windows-start": "concurrently npm:watch:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisanimus/baselayer.css.git"
},
"keywords": [
"css",
"reset",
"scss",
"mini",
"framework"
],
"author": "Andrew Hale",
"license": "MIT",
"bugs": {
"url": "https://github.com/thisanimus/baselayer.css/issues"
},
"homepage": "https://github.com/thisanimus/baselayer.css#readme",
"devDependencies": {
"browser-sync": "latest",
"concurrently": "latest",
"sass": "latest"
}
}