{
  "name": "font-detective",
  "version": "2.0.0",
  "description": "Detect fonts in-browser",
  "main": "lib/font-detective.js",
  "scripts": {
    "prepublish": "browserify -t coffeeify --extension=\".coffee\" -o lib/font-detective.js font-detective.coffee",
    "start": "hs -o"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/1j01/font-detective.git"
  },
  "license": "MIT",
  "keywords": [
    "font",
    "detective",
    "typeface",
    "detection",
    "detect",
    "fonts",
    "browser",
    "list",
    "typography"
  ],
  "bugs": {
    "url": "https://github.com/1j01/font-detective/issues"
  },
  "homepage": "https://github.com/1j01/font-detective",
  "devDependencies": {
    "browserify": "^10.2.4",
    "coffee-script": "^1.8.0",
    "coffeeify": "^1.1.0",
    "http-server": "^0.8.0"
  }
}
