{
  "_args": [
    [
      "if-env@1.0.0",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_development": true,
  "_from": "if-env@1.0.0",
  "_id": "if-env@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-bgkILN0/LM+3W68CKkqXFWX2AHw=",
  "_location": "/if-env",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "if-env@1.0.0",
    "name": "if-env",
    "escapedName": "if-env",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/if-env/-/if-env-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "author": {
    "name": "Eric Clemmons",
    "email": "eric@smarterspam.com"
  },
  "bin": {
    "if-env": "bin/if-env.js"
  },
  "bugs": {
    "url": "https://github.com/ericclemmons/if-env/issues"
  },
  "dependencies": {
    "npm-run-all": "1.4.0"
  },
  "description": "Simplify npm scripts with \"if-env ... && npm run this || npm run that\"",
  "devDependencies": {
    "expect": "1.13.4",
    "mocha": "2.3.4"
  },
  "homepage": "https://github.com/ericclemmons/if-env#readme",
  "keywords": [
    "npm",
    "script",
    "env",
    "if",
    "run"
  ],
  "license": "MIT",
  "name": "if-env",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ericclemmons/if-env.git"
  },
  "scripts": {
    "changelog": "npm-run-all changelog:generate changelog:add",
    "changelog:add": "git add CHANGELOG.md",
    "changelog:generate": "github_changelog_generator --future-release $npm_package_version",
    "postversion": "npm-run-all version:amend publish",
    "publish": "npm-run-all publish:git publish:npm",
    "publish:git": "git push && git push --tags",
    "publish:npm": "npm publish",
    "test": "NODE_ENV=test mocha",
    "version": "npm run changelog",
    "version:ammend": "git commit --amend -m \"Release v${npm_package_version}\" && npm run release"
  },
  "version": "1.0.0"
}
