blob: 94254b8e9d0eba8073842f9e4343232c604d4860 [file] [log] [blame]
Matteo Scandolo5d568612016-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 Scandolo68efc542016-01-26 15:33:37 -08008 "prestart": "npm install && bower install",
Matteo Scandolo5d568612016-01-26 11:02:16 -08009 "start": "browser-sync start --config bs-config.js"
10 },
11 "author": "Matteo Scandolo",
12 "license": "ISC",
13 "devDependencies": {
14 "browser-sync": "^2.11.1",
15 "http-proxy": "^1.12.1"
16 }
17}