-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 929 Bytes
/
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
{
"name": "perspective-sheet",
"version": "1.0.0",
"description": "a questionnaire to help see other perspectives",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blue-Java/perspective-sheet.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Blue-Java/perspective-sheet/issues"
},
"homepage": "https://github.com/Blue-Java/perspective-sheet#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"frameguard": "^3.1.0",
"helmet": "^4.2.0",
"method-override": "^3.0.0",
"node": "^15.0.1",
"pg": "^8.4.2",
"postgres": "^1.0.2",
"superagent": "^6.1.0"
},
"devDependencies": {}
}