Matteo Scandolo | 6bc31bf | 2016-08-29 10:17:31 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "xos-mcord-slicing", |
| 3 | "version": "0.0.0", |
| 4 | "authors": [ |
| 5 | "Matteo Scandolo <matteo.scandolo@gmail.com>" |
| 6 | ], |
| 7 | "description": "The mcord-slicing view", |
| 8 | "license": "Apache-2.0", |
| 9 | "ignore": [ |
| 10 | "**/.*", |
| 11 | "node_modules", |
| 12 | "bower_components", |
| 13 | "static/js/vendor/", |
| 14 | "test", |
| 15 | "tests" |
| 16 | ], |
| 17 | "dependencies": { |
| 18 | "graphlib": "~2.1.1" |
| 19 | }, |
| 20 | "devDependencies": { |
| 21 | "jquery": "2.1.4", |
| 22 | "angular-mocks": "1.5.8", |
| 23 | "angular": "1.5.8", |
| 24 | "angular-ui-router": "0.2.15", |
| 25 | "angular-cookies": "1.5.8", |
| 26 | "angular-animate": "1.5.8", |
| 27 | "angular-resource": "1.5.8", |
| 28 | "lodash": "~4.11.1", |
| 29 | "bootstrap-css": "3.3.6", |
| 30 | "angular-chart.js": "~0.10.2", |
| 31 | "d3": "~3.5.17", |
| 32 | "angular-recursion": "~1.0.5", |
| 33 | "ng-xos-lib": "opencord/ng-xos-lib#9422c38b214229fa6afdf0eea7862ccb6ff53dd7" |
| 34 | }, |
| 35 | "resolutions": { |
| 36 | "angular": "1.5.8", |
| 37 | "angular-cookies": "~1.5.8", |
| 38 | "angular-animate": "~1.5.8", |
| 39 | "angular-resource": "~1.5.8" |
| 40 | } |
| 41 | } |