{
  "name": "js-pipeline",
  "version": "0.2.1",
  "author": {
    "name": "Jeff Escalante",
    "email": "hello@jenius.me"
  },
  "description": "roots extension for handling js production builds",
  "license": "MIT",
  "keywords": [
    "roots-extension",
    "js",
    "pipeline"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carrot/roots-js-pipeline.git"
  },
  "main": "lib",
  "dependencies": {
    "js-yaml": "3.x",
    "lodash": "3.x",
    "minimatch": "2.x",
    "roots-util": "0.1.x",
    "uglify-js": "2.4.x"
  },
  "devDependencies": {
    "coffee-script": "1.9.x",
    "coffeelint": "1.x",
    "coveralls": "2.x",
    "istanbul": "0.3.x",
    "jade": "1.x",
    "mocha": "2.x",
    "mocha-lcov-reporter": "0.0.1",
    "roots": "3.x",
    "should": "5.x"
  },
  "scripts": {
    "test": "npm run lint && mocha",
    "lint": "find lib/ -name '*.coffee' | xargs coffeelint",
    "coverage": "make build; istanbul cover _mocha --report html -- -R spec && open coverage/index.html && make unbuild",
    "coveralls": "make build; istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage; make unbuild"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "ef3d71e0b04d2f553a45ec3b45b4528c13ff26e7",
  "bugs": {
    "url": "https://github.com/carrot/roots-js-pipeline/issues"
  },
  "homepage": "https://github.com/carrot/roots-js-pipeline",
  "_id": "js-pipeline@0.2.1",
  "_shasum": "f0a05c4f4e7285d2889512887245dde0b8ef5ef7",
  "_from": "js-pipeline@>=0.2.0 <0.3.0",
  "_npmVersion": "2.7.3",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "jenius",
    "email": "hello@jenius.me"
  },
  "maintainers": [
    {
      "name": "jenius",
      "email": "hello@jenius.me"
    },
    {
      "name": "kylemac",
      "email": "kyle@carrotcreative.com"
    }
  ],
  "dist": {
    "shasum": "f0a05c4f4e7285d2889512887245dde0b8ef5ef7",
    "tarball": "http://registry.npmjs.org/js-pipeline/-/js-pipeline-0.2.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/js-pipeline/-/js-pipeline-0.2.1.tgz",
  "readme": "ERROR: No README data found!"
}
