{
  "name": "gulp-cond",
  "description": "Ternary operator for Gulp.",
  "version": "1.0.0",
  "homepage": "https://github.com/nfroidure/gulp-cond",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-cond.git"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-cond/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/nfroidure/gulp-cond/blob/master/LICENSE"
    }
  ],
  "main": "src/index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha tests/*.mocha.js",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "gulp-plugin",
    "condition",
    "operator",
    "ternary"
  ],
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.16",
    "mocha": "^2.2.5",
    "mocha-lcov-reporter": "0.0.2",
    "streamtest": "^1.2.1",
    "vinyl": "^0.5.0"
  },
  "dependencies": {
    "readable-stream": "^2.0.1"
  }
}
