forked from DeadPackets/CRNotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "crnotify",
"version": "1.0.0",
"description": "Something that tells AUS students about changes in their desired CRNs. ",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeadPackets/CRNotify.git"
},
"author": "DeadPackets (Youssef Awad)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DeadPackets/CRNotify/issues"
},
"homepage": "https://github.com/DeadPackets/CRNotify#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^5.1.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"morgan": "^1.9.0",
"mysql2": "^1.5.1",
"node-horseman": "^3.3.0",
"node-tor-control": "0.0.2",
"nodemailer": "^4.4.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"phantomjs": "^2.1.7",
"random-useragent": "^0.3.1",
"request": "^2.83.0",
"sequelize": "^4.27.0",
"sleep": "^5.1.1",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"tor-control": "0.0.1"
}
}