-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 880 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
37
38
39
{
"name": "ds-fa-1",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"fix": "prettier --write \"./**/*.{js,css}\""
},
"repository": "rijkvanzanten/ds-fa-1",
"keywords": [
"parsons",
"data-structures",
"final-assignment",
"aa",
"map"
],
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rijkvanzanten/ds-fa-1/issues"
},
"homepage": "https://github.com/rijkvanzanten/ds-fa-1#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"knex": "^0.15.2",
"pg": "^7.7.1",
"postgresql": "0.0.1"
},
"devDependencies": {
"nodemon": "^1.18.7",
"prettier": "^1.15.3"
}
}