-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 973 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 973 Bytes
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": "canvas-api-wrapper",
"version": "3.3.5",
"description": "Simplifies the already simple canvas api calls, and handles pagenation",
"main": "main.js",
"scripts": {
"test": "mocha tests",
"docs": "node ./docs/diagramGenerator.js && node ./node_modules/mermaid.cli/index.bundle.js -i docs/diagram.mmd -o docs/diagram.svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byuitechops/canvas-api-wrapper.git"
},
"keywords": [
"Canvas",
"API",
"Wrapper",
"instructure",
"LMS"
],
"bugs": {
"url": "https://github.com/byuitechops/canvas-api-wrapper/issues"
},
"homepage": "https://github.com/byuitechops/canvas-api-wrapper#readme",
"dependencies": {
"got": "^8.3.1",
"promise-limit": "^2.6.0"
},
"author": "Benjamin Earl",
"license": "MIT",
"devDependencies": {
"better-assert": "^1.0.2",
"ejs": "^2.6.1",
"mermaid.cli": "^0.5.1",
"mocha": "^5.2.0"
}
}