blob: 20c35e81be33373517fdaba00dd472efa9231c4c [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",
Matteo Scandolo866c1f62016-01-28 15:04:20 -08008 "prestart": "npm install && bower install && wiredep --dependencies --src src/index.html",
Matteo Scandolo4eb4ccb2016-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",
Matteo Scandolo866c1f62016-01-28 15:04:20 -080015 "http-proxy": "^1.12.1",
16 "wiredep": "^3.0.0"
17 },
18 "dependencies": {
19
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -080020 }
21}