| { | |
| "name": "subscriber-portal", | |
| "version": "1.0.0", | |
| "description": "Demo implementation for a subscriber portal in XOS", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "karma start", | |
| "prestart": "npm install && bower install", | |
| "start": "browser-sync start --config bs-config.js" | |
| }, | |
| "author": "Matteo Scandolo", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "browser-sync": "^2.11.1", | |
| "http-proxy": "^1.12.1" | |
| } | |
| } |