{
  "name": "browserify-css",
  "version": "0.15.0",
  "description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files",
  "main": "./index.js",
  "browser": "./browser.js",
  "scripts": {
    "prepublish": "npm run build && npm test",
    "build": "gulp",
    "test": "tap test/*.js",
    "coveralls": "tap test/*.js --coverage --coverage-report=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cheton/browserify-css"
  },
  "keywords": [
    "browser",
    "browserify",
    "browserify-transform",
    "css",
    "dom",
    "minify",
    "transform"
  ],
  "author": {
    "name": "Cheton Wu"
  },
  "license": "MIT",
  "dependencies": {
    "clean-css": "^4.1.5",
    "concat-stream": "^1.6.0",
    "css": "^2.2.1",
    "find-node-modules": "^2.0.0",
    "lodash": "^4.17.11",
    "mime": "^1.3.6",
    "strip-css-comments": "^3.0.0",
    "through2": "2.0.x"
  },
  "devDependencies": {
    "browserify": "^14.4.0",
    "coveralls": "^2.13.1",
    "del": "^3.0.0",
    "exorcist": "^0.4.0",
    "fs-extra": "^3.0.1",
    "gulp": "^3.9.1",
    "gulp-jshint": "^2.0.4",
    "gulp-util": "^3.0.8",
    "jsdom": "^9.12.0",
    "jshint": "^2.9.5",
    "require-dir": "^0.3.2",
    "run-sequence": "^2.0.0",
    "tap": "^10.7.0",
    "vinyl-source-stream": "^1.1.0",
    "yargs": "^8.0.2"
  },
  "bugs": {
    "url": "https://github.com/cheton/browserify-css/issues"
  },
  "homepage": "http://cheton.github.io/browserify-css/"
}
