-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
45
46
47
{
"name": "project2ga",
"version": "1.0.0",
"description": "app made to capture location of bus stops to crowdsource routes",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon -e html,css,js server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teikmeout/project2GA.git"
},
"engines": {
"node": "8.7.0"
},
"author": "Taka Ahrens",
"license": "MIT",
"bugs": {
"url": "https://github.com/teikmeout/project2GA/issues"
},
"homepage": "https://github.com/teikmeout/project2GA#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"mongodb": "^3.6.2",
"morgan": "^1.10.0",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"pg-promise": "^10.6.1"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6"
}
}