Merge "Fix license header violations"
[dlux.git] / dlux-web / package.json
1 {
2   "author": "Mathieu Lemay",
3   "name": "opendaylight-dlux",
4   "description": "openDayLight User eXperience",
5   "version": "0.2.0",
6   "homepage": "http://opendaylight.org",
7   "license": "EPL-1.0",
8   "bugs": "https://bugs.opendaylight.org/",
9   "repository": {
10     "type": "git",
11     "url": "https://git.opendaylight.org/gerrit/dlux.git"
12   },
13   "dependencies": {},
14   "devDependencies": {
15     "bower": "~1.3.12",
16     "karma":"~0.12.0",
17     "grunt": "~0.4.5",
18     "grunt-cli": "~0.1.13",
19     "grunt-browserify": "^3.4.0",
20     "grunt-contrib-copy": "~0.4.1",
21     "grunt-contrib-concat": "~0.3.0",
22     "grunt-contrib-coffee": "~0.7.0",
23     "grunt-contrib-uglify": "~0.2.0",
24     "grunt-contrib-compass": "~0.3.0",
25     "grunt-contrib-jshint": "~0.8.0",
26     "grunt-contrib-cssmin": "~0.6.0",
27     "grunt-contrib-connect": "~0.3.0",
28     "grunt-contrib-clean": "~0.4.1",
29     "grunt-contrib-htmlmin": "~0.1.3",
30     "grunt-contrib-imagemin": "~0.1.4",
31     "grunt-contrib-watch": "~0.6.1",
32     "grunt-usemin": "~0.1.11",
33     "grunt-svgmin": "~0.2.0",
34     "grunt-rev": "~0.1.0",
35     "grunt-karma": "~0.8.0",
36     "grunt-open": "~0.2.0",
37     "grunt-concurrent": "~0.3.0",
38     "matchdep": "~0.1.2",
39     "connect-livereload": "~0.2.0",
40     "grunt-google-cdn": "~0.2.0",
41     "connect-modrewrite": "~0.5.4",
42     "grunt-recess": "~0.5.0",
43     "grunt-contrib-less": "~0.8.2",
44     "grunt-conventional-changelog": "~1.0.0",
45     "grunt-bump": "0.0.13",
46     "grunt-html2js": "~0.2.4",
47     "grunt-coffeelint": "0.0.8",
48     "requirejs": "~2.1.19",
49     "karma-requirejs": "~0.2.2",
50     "grunt-shell": "~0.7.0",
51     "grunt-ng-annotate": "~0.3.2",
52     "grunt-replace": "~0.7.8",
53     "karma-chrome-launcher": "~0.1.4",
54     "karma-firefox-launcher": "~0.1.3",
55     "karma-jasmine": "~0.1.5",
56     "karma-coffee-preprocessor": "~0.2.1",
57     "karma-coverage": "~0.2.6",
58     "karma-phantomjs-launcher": "~0.1.4",
59     "angular-mocks": "~1.2.22",
60     "jasmine": "~2.0.1",
61     "ngraph.graph": "~0.0.8",
62     "ngraph.forcelayout": "~0.0.16",
63     "ngraph.fromjson": "^0.1.4",
64     "ngraph.merge": "~0.0.1",
65     "ngraph.physics.simulator": "~0.0.10",
66     "transformatrix": "^1.1.1"
67   },
68   "engines": {
69     "node": ">=0.8.0"
70   },
71   "scripts": {
72     "test": "grunt test"
73   }
74 }