Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 1 | { |
Matteo Scandolo | 0856e65 | 2016-07-22 11:24:22 -0700 | [diff] [blame] | 2 | "name": "ng-xos-lib", |
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 3 | "version": "1.0.0", |
| 4 | "authors": [ |
| 5 | "Open Networking Laboratory" |
| 6 | ], |
| 7 | "description": "A collection of API $resources, Heplers Services and UI Component to work on the XOS UI", |
| 8 | "license": "Apache 2.0", |
| 9 | "ignore": [ |
| 10 | "**/.*", |
| 11 | "node_modules", |
| 12 | "bower_components", |
| 13 | "test", |
| 14 | "tests", |
| 15 | "./bower_components" |
| 16 | ], |
| 17 | "dependencies": { |
Arpit Agarwal | 441284b | 2016-08-04 17:12:55 -0700 | [diff] [blame^] | 18 | "angular": "~1.5.9", |
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 19 | "angular-ui-router": "0.2.15", |
Arpit Agarwal | 441284b | 2016-08-04 17:12:55 -0700 | [diff] [blame^] | 20 | "angular-resource": "~1.5.9", |
| 21 | "angular-cookies": "~1.5.9", |
| 22 | "angular-animate": "~1.5.9", |
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 23 | "lodash": "~4.11.1", |
| 24 | "angular-chart.js": "~0.10.2", |
| 25 | "d3": "~3.5.17", |
| 26 | "angular-recursion": "~1.0.5" |
| 27 | }, |
| 28 | "devDependencies": { |
Arpit Agarwal | 441284b | 2016-08-04 17:12:55 -0700 | [diff] [blame^] | 29 | "angular-mocks": "~1.5.9", |
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 30 | "jasmine-jquery": "~2.1.1", |
| 31 | "jquery": "~3.0.0", |
| 32 | "bootstrap-sass": "~3.3.6" |
| 33 | }, |
| 34 | "resolutions": { |
Arpit Agarwal | 441284b | 2016-08-04 17:12:55 -0700 | [diff] [blame^] | 35 | "angular": "~1.5.9" |
Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 36 | }, |
| 37 | "main": [ |
| 38 | "./dist/xosUiComponent.js" |
| 39 | ], |
| 40 | "moduleType": [], |
| 41 | "keywords": [ |
| 42 | "XOS", |
| 43 | "CORD", |
| 44 | "OPENCORD", |
| 45 | "ANGULARJS", |
| 46 | "UI-COMPONENTS" |
| 47 | ], |
| 48 | "homepage": "http://ngxoslib.wiki.opencord.org/#/ngXosLib" |
| 49 | } |