forked from sebthedev/PrincetonCourses
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 986 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 986 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
41
42
{
"name": "princeton-courses",
"version": "1.2.1",
"description": "An app to explore Princeton University course listings and evaluations.",
"main": "app.js",
"dependencies": {
"cas": "^0.0.3",
"cheerio": "^0.22.0",
"colors": "^1.3.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"loglevel": "^1.6.1",
"mongoose": "^5.13.15",
"prompt": "^1.0.0",
"promptly": "^3.0.3",
"request": "^2.88.0",
"throttled-request": "^0.1.1"
},
"engines": {
"node": "18.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebthedev/PrincetonCourses.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebthedev/PrincetonCourses/issues"
},
"homepage": "https://www.princetoncourses.com",
"standard": {
"globals": [
"$"
]
}
}