Steven Burrows | 9145867 | 2017-08-16 11:53:38 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "onos-gui", |
| 3 | "description": "The GUI interface for ONOS", |
| 4 | "main": "index.html", |
| 5 | "directory": "./vendor", |
| 6 | "authors": [ |
Thomas Vachuska | a10137c | 2018-04-03 16:45:59 -0700 | [diff] [blame] | 7 | "Open Networking Foundation" |
Steven Burrows | 9145867 | 2017-08-16 11:53:38 +0100 | [diff] [blame] | 8 | ], |
| 9 | "license": "Apache 2.0", |
| 10 | "homepage": "", |
| 11 | "private": true, |
| 12 | "ignore": [ |
| 13 | "**/.*", |
| 14 | "node_modules", |
| 15 | "bower_components", |
| 16 | "test", |
| 17 | "tests" |
| 18 | ], |
| 19 | "dependencies": { |
| 20 | "lodash": "https://raw.githubusercontent.com/lodash/lodash/4.17.4/dist/lodash.min.js", |
| 21 | "angular": "1.3.5", |
| 22 | "angular-chart.js": "1.0.0", |
| 23 | "angular-cookies": "1.3.5", |
| 24 | "angular-mocks": "https://code.angularjs.org/1.3.5/angular-mocks.js", |
| 25 | "angular-route": "1.3.5", |
| 26 | "Chart.js": "2.6.0", |
| 27 | "d3": "3.5.16", |
| 28 | "topojson": "1.6.18" |
| 29 | } |
| 30 | } |