UNPKG

1.24 kBJSONView Raw
1{
2 "name": "express-turnout",
3 "description": "Pre-rendering Single-Page-Application for crawlers.",
4 "version": "0.0.4-alpha",
5
6 "files": [
7 "express-turnout",
8 "index.js",
9 "lib"
10 ],
11
12 "scripts": {
13 "start": "jasminetea test --verbose --timeout 3500 --watch",
14 "test": "jasminetea test --verbose --timeout 3500 --cover --report --lint",
15
16 "prepublish": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && npm run compile || echo skip prepublish",
17 "compile": "coffee --bare --compile index.coffee",
18 "postcompile": "coffee --output lib --bare --compile src"
19 },
20
21 "dependencies": {
22 "bluebird": "^2.9.25",
23 "debug": "^2.1.3",
24 "express": "^4.12.3"
25 },
26 "devDependencies": {
27 "jasminetea": "^0.2.0-beta.2",
28 "request": "^2.55.0",
29 "cheerio": "^0.19.0"
30 },
31
32 "keywords": [
33 "express",
34 "middleware",
35 "prerendering",
36 "angular",
37 "seo"
38 ],
39 "author": "59naga <i59naga@icloud.com> (http://berabou.me)",
40 "license": "MIT",
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/59naga/express-turnout.git"
44 },
45 "bugs": {
46 "url": "https://github.com/59naga/express-turnout/issues"
47 },
48 "homepage": "https://github.com/59naga/express-turnout"
49}