{
  "name": "css-js",
  "version": "1.0.6",
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/yahoo/css-js/blob/master/LICENSE"
    }
  ],
  "author": "Nera Liu",
  "contributors": [
    "Nera Liu <neraliu@gmail.com>"
  ],
  "description": "CSS Parser",
  "repository": {
    "type": "git",
    "url": "git@github.com:yahoo/css-js.git"
  },
  "keywords": [
    "css",
    "parser",
    "html5"
  ],
  "scripts": {
    "hint": "grunt jshint",
    "build": "npm install; grunt",
    "clean": "grunt clean",
    "test": "grunt test"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-benchmark": "^0.3.0",
    "grunt-browserify": "^3.3.0",
    "grunt-cli": "0.1.*",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-execute": "^0.2.2",
    "grunt-mocha-istanbul": "^2.3.0",
    "jison": "^0.4.15"
  },
  "main": "./src/css-parser.js",
  "bugs": {
    "url": "https://github.com/yahoo/css-js/issues"
  },
  "homepage": "https://github.com/yahoo/css-js",
  "directories": {
    "test": "tests"
  },
  "license": "BSD"
}
