{
  "name": "piston",
  "version": "0.2.1",
  "description": "A route/path storing and parsing engine",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --runner spec test/**.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/piston.git"
  },
  "keywords": [
    "route",
    "path",
    "engine",
    "store",
    "hash",
    "table"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/piston/issues"
  },
  "devDependencies": {
    "mocha": "~1.17.1",
    "expect.js": "~0.2.0"
  },
  "dependencies": {
    "pathetic": "0.2.x",
    "as-array": "~0.1.1",
    "drainer": "~0.2.1"
  }
}
