{
  "name": "css-parse",
  "version": "2.0.0",
  "description": "CSS parser",
  "main": "index",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "css": "^2.0.0"
  },
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/reworkcss/css-parse.git"
  },
  "keywords": [
    "css",
    "parser",
    "stylesheet"
  ]
}
