-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "boostjs-server",
"version": "0.0.12",
"description": "Boost Serverside in NodeJS",
"main": "node-boost.js",
"author": "Brian Whicheloe",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/briancw/boostjs-server.git"
},
"bugs": {
"url": "https://github.com/briancw/boostjs-server/issues"
},
"homepage": "https://github.com/briancw/boostjs-server#readme",
"dependencies": {
"bluebird": "^3.4.6",
"body-parser": "^1",
"chokidar": "^1.6.0",
"connect-history-api-fallback": "^1.3.0",
"express": "^4",
"helmet": "^2.1.2",
"jsondiffpatch": "^0.1",
"jsonwebtoken": "^7.1",
"lodash": "^4.16.1",
"object-hash": "^1",
"redis": "^2.6.2",
"socket.io": "^1.4",
"spdy": "^3.4"
}
}