{
  "_args": [
    [
      "gulp-preprocess@2.0.0",
      "/var/www/html/postleaf"
    ]
  ],
  "_development": true,
  "_from": "gulp-preprocess@2.0.0",
  "_id": "gulp-preprocess@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Bnv2pOG3A9e0XtIEfOfofVl00kE=",
  "_location": "/gulp-preprocess",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-preprocess@2.0.0",
    "name": "gulp-preprocess",
    "escapedName": "gulp-preprocess",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-preprocess/-/gulp-preprocess-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Jason Sandmeyer"
  },
  "bugs": {
    "url": "https://github.com/jas/gulp-preprocess/issues"
  },
  "dependencies": {
    "lodash": "3.10.x",
    "map-stream": "0.1.x",
    "preprocess": "^3.0.0"
  },
  "description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration",
  "devDependencies": {
    "gulp-util": "3.0.x",
    "mocha": "*",
    "should": "*"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">= 0.9.0"
  },
  "homepage": "http://github.com/jas/gulp-preprocess",
  "keywords": [
    "gulpplugin",
    "gulp-plugin",
    "preprocessor",
    "html",
    "javascript",
    "coffeescript",
    "debug",
    "environment",
    "ENV",
    "conditional",
    "include",
    "exclude",
    "ifdef",
    "ifndef",
    "echo"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "gulp-preprocess",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jas/gulp-preprocess.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "2.0.0"
}
