caccl-api-forwarder
Version:
Client-side express module that forwards Canvas requests from the client to Canvas.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "caccl-api-forwarder",
"version": "2.3.4",
"description": "Client-side express module that forwards Canvas requests from the client to Canvas.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc --project ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harvard-edtech/caccl-api-forwarder.git"
},
"keywords": [
"CACCL",
"Canvas",
"API",
"LTI",
"request",
"forward"
],
"author": "Gabe Abrams <gabeabrams@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/harvard-edtech/caccl-api-forwarder/issues"
},
"homepage": "https://github.com/harvard-edtech/caccl-api-forwarder#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"typescript": "^4.5.5"
},
"dependencies": {
"caccl-authorizer": "^2.3.4",
"caccl-error": "^2.3.4",
"caccl-lti": "^2.3.4",
"caccl-send-request": "^2.3.4",
"express": "^4.17.3"
}
}