blob: f743e97965ae8bb1a16f5438e54a2e8bbecd71a4 [file] [log] [blame]
Matteo Scandolobf14f882016-06-02 10:01:34 -07001{
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": {
Matteo Scandolo6b69f502016-06-03 10:42:00 -07007 "scripts": "babel --presets es2015 --plugins transform-inline-environment-variables ./src/app --watch --out-dir ./src/dist -s",
Matteo Scandoloa3844ec2016-06-02 15:45:19 -07008 "preserver": "bower install && wiredep --dependencies --src src/index.html",
Matteo Scandolobf14f882016-06-02 10:01:34 -07009 "styles": "node-sass -w -r --include-path --source-map-embed -o ./src/style ./src/sass/main.scss",
10 "server": "browser-sync start --config bs-config.js",
Matteo Scandoloa3844ec2016-06-02 15:45:19 -070011 "prestart": "npm install && node-sass --include-path --source-map-embed -o ./src/style ./src/sass/main.scss",
12 "start": "parallelshell \"npm run server\" \"npm run styles\" \"npm run scripts\"",
13 "lint": "eslint ./src/app"
Matteo Scandolobf14f882016-06-02 10:01:34 -070014 },
15 "author": "Matteo Scandolo",
16 "license": "ISC",
17 "devDependencies": {
Matteo Scandolo6b69f502016-06-03 10:42:00 -070018 "babel-cli": "^6.4.5",
19 "babel-plugin-transform-inline-environment-variables": "^6.8.0",
20 "babel-preset-es2015": "^6.5.0",
Matteo Scandoloe4aa8842016-06-30 10:47:49 -070021 "browser-sync": "2.11.1",
Matteo Scandolobf14f882016-06-02 10:01:34 -070022 "http-proxy": "^1.12.1",
23 "node-sass": "^3.4.2",
24 "parallelshell": "^2.0.0",
Matteo Scandolo6b69f502016-06-03 10:42:00 -070025 "wiredep": "^3.0.0"
Matteo Scandolobf14f882016-06-02 10:01:34 -070026 },
27 "dependencies": {}
28}