UNPKG

css-pipeline

Version:

roots extension for handling css production builds

43 lines (42 loc) 828 B
{ "name": "css-pipeline", "version": "0.0.4", "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": { "lodash": "2.x", "minimatch": "0.2.x", "clean-css": "^2.1.6", "roots-util": "0.0.2", "js-yaml": "3.x" }, "devDependencies": { "coffee-script": "1.7.x", "when": "3.x", "mocha": "*", "should": "*", "glob": "*", "rimraf": "*", "roots": "3.x" }, "peerDependencies": { "roots": "3.x" }, "scripts": { "test": "mocha" }, "engines": { "node": ">=0.10.0" } }