blob: 94254b8e9d0eba8073842f9e4343232c604d4860 [file] [log] [blame]
{
"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"
}
}