forked from TheOdd/gradespeed-hisd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 814 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
{
"name": "gradespeed-hisd",
"version": "2.1.6",
"description": "A package that allows for easy scraping of GradeBook page HTML from HISD's GradeSpeed portal.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"form-data": "^2.3.3",
"got": "^8.3.2"
},
"devDependencies": {
"jest": "^22.0.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/TheOdd/gradespeed-hisd.git"
},
"keywords": [
"hisd",
"gradespeed",
"request"
],
"author": "TheOdd",
"license": "MIT",
"tonicExampleFilename": "runkit.js",
"bugs": {
"url": "https://github.com/TheOdd/gradespeed-hisd/issues"
},
"homepage": "https://github.com/TheOdd/gradespeed-hisd#readme"
}