making github happy

This commit is contained in:
Don Harper 2022-04-05 21:43:21 -05:00
parent 2a6c27ba46
commit b6d8895e68

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"scripts": {
"build-css": "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets static/scss/main.scss static/css/style.default.css",
"watch-css": "nodemon -e scss -x \"npm run build-css\""
},
"dependencies": {
"node-sass": "^4.5.0",
"sass": "^0.5.0"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7"
}
}