-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.19 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
{
"name": "cfg-hackathon",
"version": "1.0.0",
"description": "## What is Close Hands? This is a project that intends to...",
"main": "server.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node ./tests/routes.test.js | tap-spec",
"start": "node ./server/",
"dev": "nodemon ./server/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hudlerr/cfg-hackathon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hudlerr/cfg-hackathon/issues"
},
"homepage": "https://github.com/hudlerr/cfg-hackathon#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie": "^0.4.1",
"domain-task": "^3.0.3",
"dotenv": "^8.2.0",
"env2": "^2.2.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"pg": "^8.0.2",
"pg-promise": "^10.5.0"
},
"devDependencies": {
"supertest": "^3.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.7.0",
"webpack": "^4.42.1"
}
}