add a npm package config file for our testing tools
[mkws-moved-to-github.git] / test / package.json
diff --git a/test/package.json b/test/package.json
new file mode 100644 (file)
index 0000000..ac5366d
--- /dev/null
@@ -0,0 +1,21 @@
+{
+    "name": "MKWS",
+    "version": "0.9.1",
+    "license": "IndexData ApS, Copyright (c) 2013-2014",
+    "contributors": [{
+        "name": "Mike Taylor",
+        "email": "mike@indexdata.com"
+    }, {
+        "name": "Wolfram Schneider",
+        "email": "wosch@indexdata.com"
+    }],
+    "devDependencies": {
+        "jQuery": "*",
+        "xmlhttprequest": "*",
+        "jsdom": "*",
+        "request": "*",
+        "jasmine-node": "*",
+        "phantomjs": "*"
+    },
+    "dummy": "EOF"
+}