{
  "name": "libcss",
  "version": "0.0.2",
  "description": "CSS parser and selection library.",
  "main": "index.js",
  "directories": {
    "example": "examples",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lcneves/libcss-js.git"
  },
  "keywords": [
    "CSS",
    "libcss",
    "webdesign"
  ],
  "author": "Lucas Neves",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lcneves/libcss-js/issues"
  },
  "homepage": "https://github.com/lcneves/libcss-js#readme"
}
