blob: 20c35e81be33373517fdaba00dd472efa9231c4c [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 && wiredep --dependencies --src src/index.html",
"start": "browser-sync start --config bs-config.js"
},
"author": "Matteo Scandolo",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.11.1",
"http-proxy": "^1.12.1",
"wiredep": "^3.0.0"
},
"dependencies": {
}
}