{
  "name": "rfc6570",
  "description": "RFC 6570 compliant uri template parser, builder and router",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha test/*"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:elmerbulthuis/rfc6570.git"
  },
  "keywords": [
    "router",
    "uri",
    "template",
    "rfc",
    "6570"
  ],
  "author": "elmerbulthuis <elmerbulthuis@gmail.com>",
  "license": "WTFPL",
  "devDependencies": {
    "mocha": "~1",
    "chai": "~1.6",
    "browserify": "~2"
  },
  "version": "0.1.8"
}
