canvas-lti
Version:
A Canvas LTI 1.3 integration tool.
28 lines (27 loc) • 607 B
JSON
{
"name": "canvas-lti",
"version": "1.2.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"canvas",
"lti",
"integration",
"tool"
],
"author": "Matthew Hepworth",
"license": "CC-BY-NC-4.0",
"description": "A Canvas LTI 1.3 integration tool.",
"dependencies": {
"body-parser": "^1.20.3",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"node-jose": "^2.2.0"
}
}