18 lines
465 B
JSON
18 lines
465 B
JSON
{
|
|
"name": "static",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"css-build": "node-sass --omit-source-map-url --output-style compressed sass/style.scss css/style.css",
|
|
"css-watch": "npm run css-build -- --watch",
|
|
"start": "npm run css-watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"bulma": "^0.9.0",
|
|
"node-sass": "^4.14.1"
|
|
}
|
|
}
|