-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 878 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
41
42
{
"name": "enrollbot",
"description": "Enroll into courses automatically at uWaterloo",
"version": "0.0.1",
"keywords": [
"Waterloo","uWaterloo",
"course", "courses",
"class", "classes",
"enroll", "enrollment"
],
"homepage": "https://github.com/zhangsu/enrollbot",
"bugs": {
"url": "https://github.com/zhangsu/enrollbot/issues",
"email": "me@zhang.su"
},
"license": "WTFPL",
"author": {
"name": "Su Zhang",
"email": "me@zhang.su",
"url": "http://zhang.su"
},
"contributors": [
],
"files": [
"bot.coffee",
"enroll.coffee",
"credentials.yml",
"README.md"
],
"repository" : {
"type": "git",
"url": "https://github.com/zhangsu/enrollbot"
},
"dependencies": {
"async": "x",
"casperjs": "x",
"coffee-script": "1.x",
"js-yaml": "x",
"read": "x",
"yargs": "x"
}
}