-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
41 lines (41 loc) · 886 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
{
"name": "skyward-rest",
"version": "1.0.1",
"description": "Unofficial Rest API for Skyward",
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"cheerio": "^1.0.0-rc.2",
"eslint": "^5.15.0"
},
"devDependencies": {
"ava": "^1.3.1",
"dotenv": "^7.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0"
},
"scripts": {
"test": "ava",
"watch": "npx ava --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kaelinator/skyward-rest.git"
},
"keywords": [
"Skyward",
"rest",
"api",
"get",
"grab",
"scrape",
"grades"
],
"author": "Kael Kirk",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kaelinator/skyward-rest/issues"
},
"homepage": "https://github.com/Kaelinator/skyward-rest#readme"
}