CB-9291 Removes the requirement for specific NodeJS version
diff --git a/package.json b/package.json
index 78c005c..763a33a 100644
--- a/package.json
+++ b/package.json
@@ -8,9 +8,6 @@
     "type": "git",
     "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
   },
-  "engines": {
-    "node": "~0.10.x"
-  },
   "scripts": {
     "test": "grunt test",
     "build": "grunt compile",
@@ -59,7 +56,7 @@
     },
     {
       "name": "Steve Gill",
-      "email": "stevengill97@gmail.com" 
+      "email": "stevengill97@gmail.com"
     }
   ],
   "devDependencies": {
@@ -69,7 +66,7 @@
     "grunt-contrib-jshint": "0.10.0",
     "istanbul": "^0.3.4",
     "jasmine-node": "1.14.5",
-    "jsdom-nogyp": "0.8.3",
+    "node-jsdom": "~3.x",
     "mkdirp": "^0.5.0",
     "grunt-cli": "0.1.13"
   },