{
  "name": "express-router-browserify",
  "version": "3.0.1",
  "description": "Browserify the express router for use in browsers",
  "main": "bundle.js",
  "scripts": {
    "//": "Note sure this works properly when run in npm",
    "bundle": "browserify -s erb index.js -o bundle.js"
  },
  "author": "Tom Larkworthy",
  "license": "ISC",
  "homepage": "https://github.com/tomlarkworthy/express-router-browserify",
  "dependencies": {
    "router": "^1.3.5"
  }
}
