-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 972 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
40
{
"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.4.11",
"prompt": "^1.0.0",
"promptly": "^3.0.3",
"request": "^2.88.0",
"throttled-request": "^0.1.1"
},
"devDependencies": {},
"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": [
"$"
]
}
}