Merge pull request #6306 from appium/isaac-deps

Update dependencies and fix node version
This commit is contained in:
Isaac A. Murchie
2016-03-18 10:21:23 -07:00
+27 -26
View File
@@ -21,9 +21,10 @@
"bugs": {
"url": "https://github.com/appium/appium/issues"
},
"engines": [
"node"
],
"engines": {
"node" : ">=0.12",
"iojs": ">=1.0.0"
},
"main": "./build/lib/main.js",
"bin": {
"appium": "./build/lib/main.js",
@@ -34,27 +35,27 @@
"doc": "./docs"
},
"dependencies": {
"appium-android-driver": "^1.6.11",
"appium-base-driver": "^1.4.0",
"appium-express": "^1.2.0",
"appium-android-driver": "^1.8.0",
"appium-base-driver": "^1.4.1",
"appium-express": "^1.2.2",
"appium-fake-driver": "^0.1.9",
"appium-ios-driver": "^1.8.7",
"appium-ios-driver": "^1.9.0",
"appium-logger": "^2.1.0",
"appium-selendroid-driver": "^1.2.2",
"appium-support": "^2.0.9",
"argparse": "^1.0.2",
"appium-selendroid-driver": "^1.3.0",
"appium-support": "^2.0.10",
"argparse": "^1.0.7",
"asyncbox": "^2.3.1",
"authorize-ios": "^1.0.4",
"babel-runtime": "=5.8.24",
"bluebird": "^2.9.25",
"date-utils": "^1.2.18",
"lodash": "^3.9.1",
"mobile-json-wire-protocol": "^1.3.2",
"npmlog": "^2.0.1",
"bluebird": "^2.10.2",
"date-utils": "^1.2.19",
"lodash": "^3.10.1",
"mobile-json-wire-protocol": "^1.3.3",
"npmlog": "^2.0.3",
"request-promise": "^1.0.2",
"source-map-support": "^0.3.2",
"teen_process": "^1.5.1",
"winston": "^1.0.0"
"source-map-support": "^0.4.0",
"teen_process": "^1.5.2",
"winston": "^1.1.2"
},
"scripts": {
"prepublish": "gulp prepublish",
@@ -62,15 +63,15 @@
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"chai": "^3.2.0",
"chai-as-promised": "^5.0.0",
"gulp": "^3.8.11",
"mocha": "^2.2.5",
"sinon": "^1.14.1",
"wd": "~0.3.11"
"appium-gulp-plugins": "^1.4.3",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"gulp": "^3.9.1",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"wd": "~0.4.0"
},
"optionalDependencies": {
"fsevents": "^1.0.6"
"fsevents": "^1.0.8"
}
}