blob: 6c9aa658d8af9a5137d64da58d00004d3bfb26bf [file] [log] [blame]
Matteo Scandolobf14f882016-06-02 10:01:34 -07001{
2 "name": "subscriber-portal",
3 "description": "Demo implementation for a subscriber portal in XOS",
4 "main": "index.js",
5 "authors": [
6 "Matteo Scandolo"
7 ],
8 "license": "ISC",
9 "homepage": "https://github.com/open-cloud/xos",
10 "moduleType": [],
11 "private": true,
12 "ignore": [
13 "**/.*",
14 "node_modules",
15 "bower_components",
16 "test",
17 "tests"
18 ],
19 "dependencies": {
20 "angular-animate": "~1.4.9",
21 "jquery": "~2.2.0",
22 "angular-resource": "~1.4.9",
Matteo Scandolobf14f882016-06-02 10:01:34 -070023 "angular-cookies": "~1.4.9",
Matteo Scandolo8cb844e2016-06-02 11:39:02 -070024 "bootstrap-sass": "~3.3.6",
Matteo Scandoloa3844ec2016-06-02 15:45:19 -070025 "angular-ui-router": "~0.3.0",
Matteo Scandolo2c2c8af2016-06-03 15:36:02 -070026 "ngmap": "~1.17.3",
27 "angular-chart.js": "~0.10.2",
Matteo Scandolo06107602016-06-03 16:37:24 -070028 "lodash": "~4.13.1",
Matteo Scandolobe342fa2016-06-08 15:54:55 -070029 "angular-recursion": "~1.0.5",
30 "ng-http-cache": "ngHttpCache#~1.0.0",
31 "ui.bootstrap": "~1.3.3",
Matteo Scandolob2946032016-06-10 11:24:58 -070032 "ngXosHelpers": "https://raw.githubusercontent.com/open-cloud/xos/master/xos/core/xoslib/static/js/vendor/ngXosHelpers.js",
33 "Datejs": "https://github.com/datejs/Datejs",
34 "moment": "~2.13.0",
Matteo Scandolod9fa8062016-06-10 13:46:15 -070035 "moment-duration-format": "~1.3.0",
36 "Chart.StackedBar.js": "~1.0.3"
Matteo Scandolobe342fa2016-06-08 15:54:55 -070037 },
38 "resolutions": {
Matteo Scandolod9fa8062016-06-10 13:46:15 -070039 "angular": ">=1.2.0",
40 "Chart.js": "~2.0.0"
Matteo Scandolobf14f882016-06-02 10:01:34 -070041 }
42}