{
  "name": "css-pipeline",
  "version": "0.3.1",
  "author": "Jeff Escalante <hello@jenius.me>",
  "description": "roots extension for handling css production builds",
  "license": "MIT",
  "keywords": [
    "roots-extension",
    "css",
    "pipeline"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/carrot/roots-css-pipeline.git"
  },
  "main": "lib",
  "dependencies": {
    "clean-css": "3.x",
    "js-yaml": "3.x",
    "lodash": "3.x",
    "minimatch": "2.x",
    "roots-util": "0.1.x"
  },
  "devDependencies": {
    "coffee-script": "1.9.x",
    "coffeelint": "1.x",
    "coveralls": "2.x",
    "glob": "5.x",
    "istanbul": "0.3.x",
    "mocha": "2.x",
    "mocha-lcov-reporter": "0.0.2",
    "rimraf": "2.x",
    "roots": "3.x",
    "should": "7.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"
  }
}
