UNPKG

694 BJSONView Raw
1{
2 "name": "@startupjs/server",
3 "publishConfig": {
4 "access": "public"
5 },
6 "description": "Express.js with plugged in ShareDB",
7 "version": "0.21.0",
8 "main": "index.js",
9 "dependencies": {
10 "@startupjs/backend": "^0.21.0",
11 "@startupjs/routes-middleware": "^0.21.0",
12 "body-parser": "~1.6.7",
13 "compression": "^1.6.0",
14 "connect-mongo": "^1.3.2",
15 "cookie-parser": "~1.3.2",
16 "express": "4.x",
17 "express-session": "^1.11.3",
18 "hsts": "^2.1.0",
19 "lodash": "4.x",
20 "method-override": "~2.3.10",
21 "racer-highway": "^8.1.0"
22 },
23 "peerDependencies": {
24 "nconf": ">= 0.10.0 < 1.0.0"
25 },
26 "gitHead": "1062655712ff42fb91d37fcf40384c55b7a6612d"
27}