blob: 35ddd9a75a6b0f826bef7663b26b0e6e05ca959f [file] [log] [blame]
{
"name": "subscriber-portal",
"description": "Demo implementation for a subscriber portal in XOS",
"main": "index.js",
"authors": [
"Matteo Scandolo"
],
"license": "ISC",
"homepage": "https://github.com/open-cloud/xos",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "1.4.9",
"jquery": "~2.2.0",
"angular-resource": "1.4.9",
"angular-cookies": "1.4.9",
"bootstrap-sass": "~3.3.6",
"angular-ui-router": "~0.3.0",
"ngmap": "~1.17.3",
"angular-chart.js": "~0.10.2",
"lodash": "~4.13.1",
"angular-recursion": "~1.0.5",
"ng-http-cache": "ngHttpCache#~1.0.0",
"ui.bootstrap": "~1.3.3",
"ngXosHelpers": "https://raw.githubusercontent.com/open-cloud/xos/master/xos/core/xoslib/static/js/vendor/ngXosHelpers.js",
"moment": "~2.13.0",
"moment-duration-format": "~1.3.0",
"Chart.StackedBar.js": "~1.0.3",
"angular": "1.4.9"
},
"resolutions": {
"angular": "1.4.9",
"Chart.js": "~2.0.0"
}
}