-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 926 Bytes
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
{
"name": "courseadvisor",
"version": "0.0.0",
"private": true,
"scripts": {
"heroku-postbuild": "cd front && yarn install && yarn build",
"start": "node ./bin/www"
},
"engines": {
"node": "10.15.0",
"yarn": "1.13.0"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"mongodb": "^2.2.36",
"morgan": "~1.9.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.16.4"
},
"description": "",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MengBanana/RateCourse.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MengBanana/RateCourse/issues"
},
"homepage": "https://github.com/MengBanana/RateCourse#readme"
}