File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/node_modules/gulp-shell/package.json
{
"name": "gulp-shell",
"version": "0.6.5",
"description": "A handy command line interface for gulp",
"main": "index.js",
"scripts": {
"test": "gulp test lint",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/sun-zheng-an/gulp-shell"
},
"keywords": [
"gulpplugin",
"gulp",
"shell",
"command"
],
"author": "Sun Zheng'an",
"license": "MIT",
"bugs": {
"url": "https://github.com/sun-zheng-an/gulp-shell/issues"
},
"homepage": "https://github.com/sun-zheng-an/gulp-shell",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"mocha": "^4.1.0",
"mocha-lcov-reporter": "^1.3.0",
"standard": "^10.0.3",
"vinyl": "^2.1.0"
},
"dependencies": {
"async": "^2.1.5",
"chalk": "^2.3.0",
"fancy-log": "^1.3.2",
"lodash": "^4.17.4",
"lodash.template": "^4.4.0",
"plugin-error": "^0.1.2",
"through2": "^2.0.3"
},
"engines": {
"node": ">=4.8.0 <5.0.0 || >=5.7.0"
}
}