-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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": "tech-access",
"version": "1.0.0",
"description": "Tech access project for weeks 10-12 of FAC",
"main": "src/index.js",
"scripts": {
"test": "NODE_ENV=test jest --coverage",
"start": "node src/index.js",
"report-coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-14/tech-access.git"
},
"author": "Dominic Coelho, Sangita Sunuwar, Kate Beard, Artemis Gause",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-14/tech-access/issues"
},
"homepage": "https://github.com/fac-14/tech-access#readme",
"devDependencies": {
"codecov": "^3.1.0",
"eslint": "^5.5.0",
"eslint-config-google": "^0.10.0",
"jest": "^23.6.0",
"nodemon": "^1.18.4",
"supertest": "^3.3.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"env2": "^2.2.2",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"govuk-frontend": "^2.0.0",
"node-sass-middleware": "^0.11.0",
"pg": "^7.4.3",
"pg-promise": "^8.4.6",
"query-string": "^6.1.0",
"querystring": "^0.2.0",
"sequelize": "^4.38.0",
"serve-favicon": "^2.5.0"
}
}