UNPKG

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