UNPKG

gulp-environment

Version:

Adds easy environment configuration and conditional piping to Gulp, based on NODE_ENV or parameters with yargs.

37 lines (36 loc) 912 B
{ "name": "gulp-environment", "version": "1.5.2", "description": "Adds easy environment configuration and conditional piping to Gulp, based on NODE_ENV or parameters with yargs. ", "main": "index.js", "scripts": { "test": "mocha src/__tests__" }, "repository": { "type": "git", "url": "git+https://github.com/helloitsdan/gulp-environment.git" }, "keywords": [ "gulp", "yargs", "environments", "env", "NODE_ENV" ], "author": "dani quinn sexton (http://twitter.com/helloitsdan)", "license": "MIT", "bugs": { "url": "https://github.com/helloitsdan/gulp-environment/issues" }, "homepage": "https://github.com/helloitsdan/gulp-environment#readme", "dependencies": { "fancy-log": "^1.3.2", "find-config": "^1.0.0", "gulp-noop": "^1.0.0", "yargs": "^4.6.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5" } }