{ "name": "bento", "version": "1.3.0", "description": "A Simple Startpage", "main": "index.js", "scripts": { "watch:sass": "node-sass sass/main.scss css/style.css -w", "start": "npm-run-all --parallel watch:sass", "compile:sass": "node-sass sass/main.scss css/style.comp.css", "prefix:css": "postcss --use autoprefixer -b 'last 10 versions' css/style.comp.css -o css/style.prefix.css", "compress:css": "node-sass css/style.prefix.css css/style.css --output-style compressed", "build:css": "npm-run-all compile:sass prefix:css compress:css" }, "author": "Miguel R. Ávila", "license": "ISC", "devDependencies": { "autoprefixer": "^7.1.4", "concat": "^1.0.3", "node-sass": "^4.5.3", "npm-run-all": "^4.1.1", "postcss-cli": "^4.1.1" } }