{
  "name": "rapedia-check",
  "description": "Checks if an artist has an entry on rapedia.de",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/syranez/rapedia-check.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "keywords": [
    "artists",
    "rapedia",
    "rap"
  ],
  "license": "MIT",
  "dependencies": {
    "request": "~2.10.0",
    "wiki-check": "~1.0.0"
  },
  "devDependencies": {
    "tap": "~0.3.0"
  },
  "author": {
    "name": "Michael Nowack",
    "email": "syranez@minaga-church.de",
    "url": "https://github.com/syranez"
  }
}
