-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 896 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
{
"name": "self-service-banner",
"version": "0.2.0",
"description": "Node.js API for Saint Mary's University Self-Service.",
"main": "./lib/index.js",
"scripts": {
"test": "mocha tests/tests.js"
},
"bin": {
},
"repository": {
"type": "git",
"url": "git://github.com/SMU-CS-and-Math-Society/Self-Service.js.git"
},
"keywords": [
"self",
"service",
"banner",
"smu"
],
"author": "Glavin Wiechert <[email protected]>",
"contributors": [
"Andrew Valencik <[email protected]> (https://github.com/mightyhops)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/SMU-CS-and-Math-Society/Self-Service.js/issues"
},
"homepage": "https://github.com/SMU-CS-and-Math-Society/Self-Service.js",
"dependencies": {
"request": "2.31.0",
"cheerio": "0.13.1"
},
"devDependencies": {
"mocha": "1.16.2"
}
}