Moved src/common/layout to modules/common-layout-resources
[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     "grunt": "~0.4.5",
18     "grunt-contrib-copy": "~0.4.1",
19     "grunt-contrib-concat": "~0.3.0",
20     "grunt-contrib-coffee": "~0.7.0",
21     "grunt-contrib-uglify": "~0.2.0",
22     "grunt-contrib-compass": "~0.3.0",
23     "grunt-contrib-jshint": "~0.8.0",
24     "grunt-contrib-cssmin": "~0.6.0",
25     "grunt-contrib-connect": "~0.3.0",
26     "grunt-contrib-clean": "~0.4.1",
27     "grunt-contrib-htmlmin": "~0.1.3",
28     "grunt-contrib-imagemin": "~0.1.4",
29     "grunt-contrib-watch": "~0.4.0",
30     "grunt-usemin": "~0.1.11",
31     "grunt-svgmin": "~0.2.0",
32     "grunt-rev": "~0.1.0",
33     "grunt-karma": "~0.8.3",
34     "grunt-open": "~0.2.0",
35     "grunt-concurrent": "~0.3.0",
36     "matchdep": "~0.1.2",
37     "connect-livereload": "~0.2.0",
38     "grunt-google-cdn": "~0.2.0",
39     "grunt-contrib-livereload": "~0.1.2",
40     "connect-modrewrite": "~0.5.4",
41     "grunt-recess": "~0.5.0",
42     "grunt-contrib-less": "~0.8.2",
43     "grunt-conventional-changelog": "~1.0.0",
44     "grunt-bump": "0.0.13",
45     "grunt-html2js": "~0.2.4",
46     "grunt-coffeelint": "0.0.8",
47     "karma-requirejs": "~0.2.2",
48     "grunt-shell": "~0.7.0",
49     "grunt-ng-annotate": "~0.3.2",
50     "grunt-replace": "~0.7.8"
51   },
52   "engines": {
53     "node": ">=0.8.0"
54   },
55   "scripts": {
56     "test": "grunt test"
57   }
58 }