blob: 97332ba43a43859504a9cbed995d337d52d7d4fa [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-route": "~1.4.9"
}
}