Remove useless register implementation part 2 (DLUX internal Modules)
[dlux.git] / dlux-web / package.json
index 58c743a82a3446b5525942445bec6afdc84ead18..fb4325a07252cd914d307f17ef311f8a9c40ec16 100644 (file)
@@ -1,12 +1,10 @@
 {
   "author": "Mathieu Lemay",
   "name": "opendaylight-dlux",
-  "version": "0.1.0",
+  "description": "openDayLight User eXperience",
+  "version": "0.2.0",
   "homepage": "http://opendaylight.org",
-  "licenses": {
-    "type": "Open source",
-    "url": ""
-  },
+  "license": "EPL-1.0",
   "bugs": "https://bugs.opendaylight.org/",
   "repository": {
     "type": "git",
@@ -15,9 +13,9 @@
   "dependencies": {},
   "devDependencies": {
     "bower": "~1.3.12",
+    "karma":"~0.12.0",
     "grunt": "~0.4.5",
     "grunt-cli": "~0.1.13",
-    "grunt-browserify": "^3.4.0",
     "grunt-contrib-copy": "~0.4.1",
     "grunt-contrib-concat": "~0.3.0",
     "grunt-contrib-coffee": "~0.7.0",
@@ -29,7 +27,7 @@
     "grunt-contrib-clean": "~0.4.1",
     "grunt-contrib-htmlmin": "~0.1.3",
     "grunt-contrib-imagemin": "~0.1.4",
-    "grunt-contrib-watch": "~0.4.0",
+    "grunt-contrib-watch": "~0.6.1",
     "grunt-usemin": "~0.1.11",
     "grunt-svgmin": "~0.2.0",
     "grunt-rev": "~0.1.0",
@@ -39,7 +37,6 @@
     "matchdep": "~0.1.2",
     "connect-livereload": "~0.2.0",
     "grunt-google-cdn": "~0.2.0",
-    "grunt-contrib-livereload": "~0.1.2",
     "connect-modrewrite": "~0.5.4",
     "grunt-recess": "~0.5.0",
     "grunt-contrib-less": "~0.8.2",
@@ -47,6 +44,7 @@
     "grunt-bump": "0.0.13",
     "grunt-html2js": "~0.2.4",
     "grunt-coffeelint": "0.0.8",
+    "requirejs": "~2.1.19",
     "karma-requirejs": "~0.2.2",
     "grunt-shell": "~0.7.0",
     "grunt-ng-annotate": "~0.3.2",
     "karma-coverage": "~0.2.6",
     "karma-phantomjs-launcher": "~0.1.4",
     "angular-mocks": "~1.2.22",
-    "jasmine": "~2.0.1",
-    "ngraph.graph": "~0.0.8",
-    "ngraph.forcelayout": "~0.0.16",
-    "ngraph.fromjson": "^0.1.4",
-    "ngraph.merge": "~0.0.1",
-    "ngraph.physics.simulator": "~0.0.10",
-    "transformatrix": "^1.1.1"
+    "jasmine": "~2.0.1"
   },
   "engines": {
     "node": ">=0.8.0"