blob: 440dd58ece063a3d5a335597da4409b2c181d37c [file] [log] [blame]
Steven Burrows91458672017-08-16 11:53:38 +01001{
2 "name": "onos-gui",
3 "description": "The GUI interface for ONOS",
4 "main": "index.html",
5 "directory": "./vendor",
6 "authors": [
7 "ON.Lab"
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}