blob: 60d25523698043aa7cb7479294f233ec41cf3edb [file] [log] [blame]
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -08001{
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 Scandolo94992fd2016-01-27 13:51:07 -080023 "angular-route": "~1.4.9",
Matteo Scandolo866c1f62016-01-28 15:04:20 -080024 "angular-cookies": "~1.4.9",
Matteo Scandolo413c45d2016-01-29 11:40:41 -080025 "bootstrap-sass": "~3.3.6"
Matteo Scandolo4eb4ccb2016-01-26 11:02:16 -080026 }
27}