{
  "name": "cssauron",
  "version": "1.4.0",
  "description": "create matching selectors from css for your very own nested object hierarchy",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisdickinson/cssauron.git"
  },
  "keywords": [
    "css",
    "selector",
    "parser",
    "match"
  ],
  "author": "Chris Dickinson <chris@neversaw.us>",
  "license": "MIT",
  "dependencies": {
    "through": "X.X.X"
  },
  "devDependencies": {
    "tape": "~2.0.0"
  }
}
