express-turnout
Version:
Pre-rendering Single-Page-Application for crawlers.
50 lines (44 loc) • 1.24 kB
JSON
{
"name": "express-turnout",
"description": "Pre-rendering Single-Page-Application for crawlers.",
"version": "0.0.4-alpha",
"files": [
"express-turnout",
"index.js",
"lib"
],
"scripts": {
"start": "jasminetea test --verbose --timeout 3500 --watch",
"test": "jasminetea test --verbose --timeout 3500 --cover --report --lint",
"prepublish": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && npm run compile || echo skip prepublish",
"compile": "coffee --bare --compile index.coffee",
"postcompile": "coffee --output lib --bare --compile src"
},
"dependencies": {
"bluebird": "^2.9.25",
"debug": "^2.1.3",
"express": "^4.12.3"
},
"devDependencies": {
"jasminetea": "^0.2.0-beta.2",
"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"
}