Merge pull request #512 from galfert/node_binary_fix
[remotestorage.js] / package.json
index b513d3c..fb7fb4c 100644 (file)
@@ -1,9 +1,9 @@
 {
   "name": "remotestoragejs",
-  "desc": "a client side javascript library for the remotestorage protocol",
-  "version": "0.8.2",
+  "desc": "Client side JavaScript library for integrating remoteStorage",
+  "version": "0.8.3",
   "private": false,
-  "license": "AGPL or MIT",
+  "license": "MIT",
   "repository": {
     "type": "git",
     "url": "git://github.com/remotestorage/remotestorage.js.git"
@@ -11,7 +11,8 @@
   "homepage": "http://remotestorage.io",
   "devDependencies": {
     "teste": "*",
-    "uglifyjs": "*"
+    "uglify-js": "2.4.x",
+    "xhr2": "0.0.7"
   },
   "scripts": {
     "test": "node_modules/.bin/teste"