{
  "_args": [
    [
      "gulp-streamify@1.0.2",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_development": true,
  "_from": "gulp-streamify@1.0.2",
  "_id": "gulp-streamify@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-ANazgU1IbAiPeHOO0HZqvBY4nk0=",
  "_location": "/gulp-streamify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-streamify@1.0.2",
    "name": "gulp-streamify",
    "escapedName": "gulp-streamify",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-streamify/-/gulp-streamify-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-streamify/issues"
  },
  "dependencies": {
    "plexer": "1.0.1"
  },
  "description": "Wrap old plugins to support streams.",
  "devDependencies": {
    "coveralls": "~2.11.4",
    "eslint": "^1.3.1",
    "eslint-config-simplifield": "^1.1.0",
    "gulp-util": "~3.0.6",
    "istanbul": "~0.3.19",
    "mocha": "~2.3.1",
    "mocha-lcov-reporter": "0.0.2",
    "sf-lint": "^1.0.2",
    "streamtest": "^1.2.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/nfroidure/gulp-streamify",
  "keywords": [
    "gulpplugin",
    "gulp",
    "gulp-plugin",
    "stream",
    "wrapper"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/nfroidure/gulp-streamify/blob/master/LICENSE"
    }
  ],
  "main": "src/index.js",
  "name": "gulp-streamify",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-streamify.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint **/*.js",
    "prepublish": "npm test && npm run lint",
    "test": "mocha tests/*.mocha.js",
    "trinita": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push"
  },
  "version": "1.0.2"
}
