{
  "name": "clear-cut",
  "version": "2.0.2",
  "description": "Calculate specificity of CSS selectors",
  "main": "./index.js",
  "scripts": {
    "benchmark": "coffee benchmark/benchmark.coffee",
    "test": "node_modules/.bin/jasmine-focused --coffee --captureExceptions spec"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/clear-cut.git"
  },
  "bugs": {
    "url": "https://github.com/atom/clear-cut/issues"
  },
  "homepage": "http://atom.github.io/clear-cut",
  "keywords": [
    "specificity",
    "CSS",
    "selector"
  ],
  "devDependencies": {
    "coffee-script": "^1.9.1",
    "jasmine-focused": "1.x"
  }
}
