{
  "name": "css-pipeline",
  "version": "0.2.0",
  "author": {
    "name": "Jeff Escalante",
    "email": "hello@jenius.me"
  },
  "description": "roots extension for handling css production builds",
  "license": "MIT",
  "keywords": [
    "roots-extension",
    "css",
    "pipeline"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carrot/roots-css-pipeline.git"
  },
  "main": "lib",
  "dependencies": {
    "clean-css": "2.x",
    "js-yaml": "3.x",
    "lodash": "2.x",
    "minimatch": "1.x",
    "roots-util": "0.1.x"
  },
  "devDependencies": {
    "coffee-script": "1.8.x",
    "coffeelint": "1.x",
    "coveralls": "2.x",
    "glob": "4.x",
    "istanbul": "0.3.x",
    "mocha": "1.x",
    "mocha-lcov-reporter": "0.0.1",
    "rimraf": "2.x",
    "roots": "3.0.0-rc.10",
    "should": "4.x",
    "when": "3.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"
  },
  "bugs": {
    "url": "https://github.com/carrot/roots-css-pipeline/issues"
  },
  "homepage": "https://github.com/carrot/roots-css-pipeline",
  "_id": "css-pipeline@0.2.0",
  "_shasum": "9824ce831b32915bef1376f668837e3fef78bf02",
  "_from": "css-pipeline@>=0.2.0 <0.3.0",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "jenius",
    "email": "hello@jenius.me"
  },
  "maintainers": [
    {
      "name": "jenius",
      "email": "hello@jenius.me"
    }
  ],
  "dist": {
    "shasum": "9824ce831b32915bef1376f668837e3fef78bf02",
    "tarball": "http://registry.npmjs.org/css-pipeline/-/css-pipeline-0.2.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/css-pipeline/-/css-pipeline-0.2.0.tgz",
  "readme": "ERROR: No README data found!"
}
