{
  "name": "express-turnout",
  "main": "express-turnout",
  "description": "Pre-rendering Single-Page-Application for crawlers.",
  "version": "0.0.2",

  "scripts": {
    "postinstall": "coffee -o src -c lib",
    
    "test": "jasminetea test --verbose --cover --report --lint --timeout 3500"
  },

  "dependencies": {
    "bluebird": "^2.9.25",
    "coffee-script": "^1.9.2",
    "debug": "^2.1.3",
    "express": "^4.12.3"
  },
  "devDependencies": {
    "jasminetea": "^0.1.30-rc.1",
    "request": "^2.55.0",
    "cheerio": "^0.19.0"
  },

  "keywords": [
    "express",
    "middleware",
    "prerendering",
    "angular",
    "seo"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/59naga/express-turnout.git"
  },
  "bugs": {
    "url": "https://github.com/59naga/express-turnout/issues"
  },
  "homepage": "https://github.com/59naga/express-turnout"
}