blob: 3b6b6b3216c9273ddcd6bb90179d69093b031ff0 [file] [log] [blame]
Matteo Scandoloa5d03d52016-07-21 11:35:46 -07001{
Matteo Scandolo0856e652016-07-22 11:24:22 -07002 "name": "ng-xos-lib",
Matteo Scandoloa5d03d52016-07-21 11:35:46 -07003 "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": {
18 "angular": "1.4.7",
19 "angular-ui-router": "0.2.15",
20 "angular-resource": "1.4.7",
21 "angular-cookies": "1.4.7",
22 "angular-animate": "1.4.7",
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": {
29 "angular-mocks": "1.4.7",
30 "jasmine-jquery": "~2.1.1",
31 "jquery": "~3.0.0",
32 "bootstrap-sass": "~3.3.6"
33 },
34 "resolutions": {
35 "angular": "1.4.7"
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}