{
  "name": "css-rule-stream",
  "version": "1.1.0",
  "description": "transform stream to cut css into rule-sized chunks",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "bin": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/anandthakker/css-rule-stream.git"
  },
  "keywords": [
    "css",
    "parse",
    "stream"
  ],
  "author": "Anand Thakker <vestibule@anandthakker.net> (http://anandthakker.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anandthakker/css-rule-stream/issues"
  },
  "homepage": "https://github.com/anandthakker/css-rule-stream",
  "devDependencies": {
    "tape": "^3.0.3"
  },
  "dependencies": {
    "css-tokenize": "^1.0.1",
    "duplexer2": "0.0.2",
    "ldjson-stream": "^1.2.1",
    "through2": "^0.6.3"
  }
}
