{
  "name": "smuggler",
  "version": "0.1.0",
  "description": "expressjs route helpers",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ramonfritsch/smuggler.git"
  },
  "keywords": [
    "smuggler",
    "expressjs",
    "route",
    "express",
    "render",
    "response",
    "http"
  ],
  "author": "Ramon Fritsch",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ramonfritsch/smuggler/issues"
  },
  "homepage": "https://github.com/ramonfritsch/smuggler#readme",
  "dependencies": {
    "async": "^2.4.0",
    "lodash": "^4.17.4"
  },
  "engines": {
    "node": ">= 0.6"
  }
}
