blob: 80a28e75f13444d93cd01abd2e76ce45f236518c [file] [log] [blame]
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -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",
Matteo Scandoloa6c02f42016-01-28 15:34:19 -08008 "preserver": "npm install && bower install && wiredep --dependencies --src src/index.html",
9 "styles": "node-sass -w --include-path --source-map-embed -o ./src/style ./src/sass/*.scss",
10 "server": "browser-sync start --config bs-config.js",
11 "start": "parallelshell \"npm run server\" \"npm run styles\""
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -080012 },
13 "author": "Matteo Scandolo",
14 "license": "ISC",
15 "devDependencies": {
16 "browser-sync": "^2.11.1",
Matteo Scandolo866c1f62016-01-28 15:04:20 -080017 "http-proxy": "^1.12.1",
Matteo Scandoloa6c02f42016-01-28 15:34:19 -080018 "node-sass": "^3.4.2",
19 "parallelshell": "^2.0.0",
Matteo Scandolo866c1f62016-01-28 15:04:20 -080020 "wiredep": "^3.0.0"
21 },
Matteo Scandoloa6c02f42016-01-28 15:34:19 -080022 "dependencies": {}
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -080023}