add python compatibility module
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / dlux / 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-contrib-copy": "~0.4.1",
20     "grunt-contrib-concat": "~0.3.0",
21     "grunt-contrib-coffee": "~0.7.0",
22     "grunt-contrib-uglify": "~0.2.0",
23     "grunt-contrib-compass": "~0.3.0",
24     "grunt-contrib-jshint": "~0.8.0",
25     "grunt-contrib-cssmin": "~0.6.0",
26     "grunt-contrib-connect": "~0.3.0",
27     "grunt-contrib-clean": "~0.4.1",
28     "grunt-contrib-htmlmin": "~0.1.3",
29     "grunt-contrib-imagemin": "~0.1.4",
30     "grunt-contrib-watch": "~0.6.1",
31     "grunt-usemin": "~0.1.11",
32     "grunt-svgmin": "~0.2.0",
33     "grunt-rev": "~0.1.0",
34     "grunt-karma": "~0.8.0",
35     "grunt-open": "~0.2.0",
36     "grunt-concurrent": "~0.3.0",
37     "matchdep": "~0.1.2",
38     "connect-livereload": "~0.2.0",
39     "grunt-google-cdn": "~0.2.0",
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     "requirejs": "~2.1.19",
48     "karma-requirejs": "~0.2.2",
49     "grunt-shell": "~0.7.0",
50     "grunt-ng-annotate": "~0.3.2",
51     "grunt-replace": "~0.7.8",
52     "karma-chrome-launcher": "~0.1.4",
53     "karma-firefox-launcher": "~0.1.3",
54     "karma-jasmine": "~0.1.5",
55     "karma-coffee-preprocessor": "~0.2.1",
56     "karma-coverage": "~0.2.6",
57     "karma-phantomjs-launcher": "~0.1.4",
58     "angular-mocks": "~1.2.22",
59     "jasmine": "~2.0.1"
60   },
61   "engines": {
62     "node": ">=0.8.0"
63   },
64   "scripts": {
65     "test": "grunt test"
66   }
67 }