UNPKG

appium-gulp-plugins

Version:

Custom gulp plugins to be used accross all appium modules

66 lines (65 loc) 1.53 kB
{ "name": "appium-gulp-plugins", "description": "Custom gulp plugins to be used accross all appium modules", "keywords": [ "appium" ], "version": "1.2.6", "author": "appium", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/appium/appium-gulp-plugins.git" }, "bugs": { "url": "https://github.com/appium/appium-gulp-plugins/issues" }, "engines": [ "node" ], "main": "./index.js", "bin": {}, "directories": { "lib": "lib" }, "dependencies": { "appium-ci": "~0.0.4", "babel": "^5.0.12", "babel-runtime": "^5.0.12", "clear": "^0.0.1", "coveralls": "^2.11.2", "del": "^1.1.0", "globby": "^2.0.0", "gulp-babel": "^5.1.0", "gulp-jscs": "^1.3.1", "gulp-jshint": "https://github.com/appium/gulp-jshint/archive/master.tar.gz", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.0", "gulp-util": "^3.0.1", "isparta": "^3.0.3", "jshint-stylish": "^2.0.0", "lodash": "^3.6.0", "moment": "^2.8.4", "node-notifier": "^4.0.3", "promisepipe": "^1.0.1", "q": "^1.1.2", "run-sequence": "^1.0.2", "source-map-support": "^0.3.1", "through2": "^0.6.5", "vinyl-paths": "^1.0.0" }, "scripts": { "test": "gulp once", "watch": "gulp" }, "devDependencies": { "chai": "^2.2.0", "glob": "^5.0.10", "gulp": "^3.8.10", "mocha": "^2.0.1", "mochawait": "^2.0.0", "vargs": "^0.1.0", "yargs": "^3.7.0" } }