blob: d1be0785c71dccd688e310f6b7b377edb15b787b [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",
8 "start": "browser-sync start --config bs-config.js"
9 },
10 "author": "Matteo Scandolo",
11 "license": "ISC",
12 "devDependencies": {
13 "browser-sync": "^2.11.1",
14 "http-proxy": "^1.12.1"
15 }
16}