{
  "name": "browserify-css",
  "version": "0.8.3",
  "description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files",
  "main": "./index.js",
  "browser": "./browser.js",
  "scripts": {
    "test": "gulp && node_modules/.bin/tap --coverage test/*.js",
    "coveralls": "tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheton/browserify-css.git"
  },
  "keywords": [
    "browser",
    "browserify",
    "browserify-transform",
    "css",
    "dom",
    "minify",
    "transform"
  ],
  "author": {
    "name": "Cheton Wu"
  },
  "license": "MIT",
  "dependencies": {
    "clean-css": "2.2.x",
    "concat-stream": "1.4.x",
    "css": "1.6.x",
    "find-node-modules": "^1.0.1",
    "lodash": "3.6.x",
    "through2": "0.6.x"
  },
  "devDependencies": {
    "browserify": "^12.0.1",
    "coveralls": "^2.11.4",
    "del": "^1.1.1",
    "exorcist": "^0.1.6",
    "fs-extra": "^0.18.0",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.9.2",
    "gulp-util": "^3.0.4",
    "jsdom": "^3.1.2",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.0.2",
    "tap": "^2.3.1",
    "vinyl-source-stream": "^1.1.0",
    "yargs": "^3.7.0"
  },
  "bugs": {
    "url": "https://github.com/cheton/browserify-css/issues"
  },
  "homepage": "http://cheton.github.io/browserify-css/",
  "gitHead": "5361f7b0e3c54f6d0e7c3f947854bafa8f55797f",
  "_id": "browserify-css@0.8.3",
  "_shasum": "861554f72c49d9136f6f34525ae887d5fc58c668",
  "_from": "browserify-css@*",
  "_npmVersion": "2.5.1",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "cheton",
    "email": "cheton@gmail.com"
  },
  "dist": {
    "shasum": "861554f72c49d9136f6f34525ae887d5fc58c668",
    "tarball": "http://registry.npmjs.org/browserify-css/-/browserify-css-0.8.3.tgz"
  },
  "maintainers": [
    {
      "name": "cheton",
      "email": "cheton@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/browserify-css/-/browserify-css-0.8.3.tgz",
  "readme": "ERROR: No README data found!"
}
