blob: 5ffda005928e46059693e3de2244b57971f7ca44 [file] [log] [blame]
Matteo Scandolo74802522016-02-25 09:19:41 -08001{
2 "name": "subscriber-portal",
3 "version": "1.0.0",
4 "description": "Demo implementation for a subscriber portal in XOS",
5 "main": "index.js",
6 "scripts": {
7 "test": "karma start",
8 "preserver": "npm install && bower install && wiredep --dependencies --src src/index.html",
Matteo Scandoloc5295cf2016-02-25 13:20:13 -08009 "styles": "node-sass -w -r --include-path --source-map-embed -o ./src/style ./src/sass/main.scss",
Matteo Scandolo74802522016-02-25 09:19:41 -080010 "server": "browser-sync start --config bs-config.js",
Matteo Scandoloc5295cf2016-02-25 13:20:13 -080011 "start": "parallelshell \"npm run server\" \"npm run styles\"",
12 "local": "NODE_ENV=local parallelshell \"npm run server\" \"npm run styles\""
Matteo Scandolo74802522016-02-25 09:19:41 -080013 },
14 "author": "Matteo Scandolo",
15 "license": "ISC",
16 "devDependencies": {
17 "browser-sync": "^2.11.1",
18 "http-proxy": "^1.12.1",
19 "node-sass": "^3.4.2",
20 "parallelshell": "^2.0.0",
21 "wiredep": "^3.0.0"
22 },
23 "dependencies": {}
24}