-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 921 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
32
33
34
{
"name": "NodeJS-Examples",
"version": "1.0.0",
"description": "NodeJS Examples for Accelerate Curriculum",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acceleratehk/NodeJS-Examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acceleratehk/NodeJS-Examples/issues"
},
"homepage": "https://github.com/acceleratehk/NodeJS-Examples#readme",
"dependencies": {
"body-parser": "^1.18.2",
"connect-redis": "^3.3.3",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"knex": "^0.14.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"pg": "^7.4.0",
"require-dir": "^0.3.2",
"socket.io": "^2.0.4",
"socket.io.session": "^1.0.13"
}
}