Update Reference Universe widget documentation.
[mkws-moved-to-github.git] / test / package.json
index ac5366d..5c29d2d 100644 (file)
@@ -1,7 +1,7 @@
 {
     "name": "MKWS",
     "version": "0.9.1",
-    "license": "IndexData ApS, Copyright (c) 2013-2014",
+    "license": "GPL, http://www.indexdata.com/licences/gpl",
     "contributors": [{
         "name": "Mike Taylor",
         "email": "mike@indexdata.com"
     "devDependencies": {
         "jQuery": "*",
         "xmlhttprequest": "*",
-        "jsdom": "*",
+        "jsdom": "<= 0.11.1",
+        "cssstyle": "<= 0.2.14",
         "request": "*",
+        "jasmine-reporters": "<= 0.4.1",
         "jasmine-node": "*",
-        "phantomjs": "*"
+        "phantomjs": "*",
+        "handlebars": "= 2.0.0",
+        "uglify-js": "> 2.0.0"
     },
-    "dummy": "EOF"
+    "repository": {
+        "type": "git",
+        "url": "http://git.indexdata.com/mkws.git"
+    }
 }