{
  "name": "webfont-matcher",
  "version": "1.1.0",
  "title": "Webfont matcher",
  "main": "lib/main",
  "description": "Tries to match your font to various webfont services and provide you with a link to use it",
  "homepage": "https://github.com/csshat/webfont-matcher",
  "repository": {
    "type": "git",
    "url": "https://github.com/csshat/webfont-matcher"
  },
  "bugs": {
    "url": "https://github.com/csshat/webfont-matcher/issues"
  },
  "author": "Marek Hrabe <marekhrabe@abdoc.net> (https://github.com/marekhrabe)",
  "contributors": [
    "Tomas Hanacek <tomashanacek@avocode.com> (https://github.com/tomashanacek)"
  ],
  "license": "MIT",
  "scripts": {
    "test": "jasmine-node spec --coffee",
    "prepublish": "coffee -o lib/ src/"
  },
  "devDependencies": {
    "coffee-script": "^1.9.1",
    "jasmine-node": "^1.14.5"
  }
}
