Change name, re-amp landing and remove about page
[dlux.git] / package.json
1 {
2   "name": "dlux",
3   "version": "0.0.1",
4   "description": "OpenDaylight UI in AngularJS",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://git.opendaylight.org/dlux.git"
12   },
13   "keywords": [
14     "networking",
15     "sdn"
16   ],
17   "author": "Endre Karlson <endre.karlson@gmail.com>",
18   "license": "apache2",
19   "readmeFilename": "README.md",
20   "devDependencies": {
21     "bower": "~0.9.2",
22     "grunt": "~0.4.1",
23     "matchdep": "~0.1.2",
24     "grunt-contrib-clean": "~0.4.1",
25     "grunt-contrib-concat": "~0.3.0",
26     "grunt-contrib-copy": "~0.4.1",
27     "grunt-contrib-connect": "~0.3.0",
28     "grunt-contrib-cssmin": "~0.6.1",
29     "grunt-contrib-jshint": "~0.6.0",
30     "grunt-contrib-uglify": "~0.2.0",
31     "grunt-contrib-watch": "~0.5.2",
32     "grunt-bower-task": "~0.3.1",
33     "grunt-contrib-coffee": "~0.7.0",
34     "grunt-coffeelint": "0.0.6",
35     "grunt-karma": "~0.5.0",
36     "grunt-open": "~0.2.0",
37     "grunt-recess": "~0.3.0",
38     "grunt-html2js": "~0.1.3",
39     "grunt-ngmin": "0.0.2",
40     "grunt-conventional-changelog": "~0.1.1",
41     "grunt-bump": "0.0.6",
42     "connect-livereload": "~0.2.0"
43   }
44 }