| "name": "subscriber-portal", |
| "description": "Demo implementation for a subscriber portal in XOS", |
| "preserver": "npm install && bower install && wiredep --dependencies --src src/index.html", |
| "styles": "node-sass -w -r --include-path --source-map-embed -o ./src/style ./src/sass/main.scss", |
| "server": "browser-sync start --config bs-config.js", |
| "start": "parallelshell \"npm run server\" \"npm run styles\"", |
| "local": "NODE_ENV=local parallelshell \"npm run server\" \"npm run styles\"" |
| "author": "Matteo Scandolo", |
| "browser-sync": "^2.11.1", |
| "parallelshell": "^2.0.0", |