{ | |
"name": "onos-gui", | |
"description": "The GUI interface for ONOS", | |
"main": "index.html", | |
"directory": "./vendor", | |
"authors": [ | |
"ON.Lab" | |
], | |
"license": "Apache 2.0", | |
"homepage": "", | |
"private": true, | |
"ignore": [ | |
"**/.*", | |
"node_modules", | |
"bower_components", | |
"test", | |
"tests" | |
], | |
"dependencies": { | |
"lodash": "https://raw.githubusercontent.com/lodash/lodash/4.17.4/dist/lodash.min.js", | |
"angular": "1.3.5", | |
"angular-chart.js": "1.0.0", | |
"angular-cookies": "1.3.5", | |
"angular-mocks": "https://code.angularjs.org/1.3.5/angular-mocks.js", | |
"angular-route": "1.3.5", | |
"Chart.js": "2.6.0", | |
"d3": "3.5.16", | |
"topojson": "1.6.18" | |
} | |
} |