{
  "name": "really-tiny-router",
  "version": "1.0.1",
  "description": "A really tiny HTML5 router",
  "main": "lib/router.js",
  "scripts": {
    "test": "tape test/*.js",
    "test:dev": "tape test/*.js | faucet"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MadRabbit/really-tiny-router.git"
  },
  "keywords": [
    "router",
    "really",
    "tiny",
    "html5"
  ],
  "author": "Nikolay Nemshilov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MadRabbit/really-tiny-router/issues"
  },
  "homepage": "https://github.com/MadRabbit/really-tiny-router#readme",
  "devDependencies": {
    "faucet": "0.0.1",
    "jsdom": "^7.2.2",
    "tape": "^4.4.0"
  }
}
