704f3667d6ba07d2cc32840ca01ecc13d41e1076
[dlux.git] / dlux-web / package.json
1 {
2   "author": "Mathieu Lemay",
3   "name": "opendaylight-dlux",
4   "version": "0.1.0",
5   "homepage": "http://opendaylight.org",
6   "licenses": {
7     "type": "Open source",
8     "url": ""
9   },
10   "bugs": "https://bugs.opendaylight.org/",
11   "repository": {
12     "type": "git",
13     "url": "https://git.opendaylight.org/gerrit/dlux.git"
14   },
15   "dependencies": {},
16   "devDependencies": {
17     "bower": "~1.3.12",
18     "grunt": "~0.4.5",
19     "grunt-cli": "~0.1.13",
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.4.0",
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     "grunt-contrib-livereload": "~0.1.2",
42     "connect-modrewrite": "~0.5.4",
43     "grunt-recess": "~0.5.0",
44     "grunt-contrib-less": "~0.8.2",
45     "grunt-conventional-changelog": "~1.0.0",
46     "grunt-bump": "0.0.13",
47     "grunt-html2js": "~0.2.4",
48     "grunt-coffeelint": "0.0.8",
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   },
62   "engines": {
63     "node": ">=0.8.0"
64   },
65   "scripts": {
66     "test": "grunt test"
67   }
68 }