UNPKG

caccl-lti

Version:

LTI launch validator for IMS-LTI standard launches.

48 lines (47 loc) 1.21 kB
{ "name": "caccl-lti", "version": "2.3.4", "description": "LTI launch validator for IMS-LTI standard launches.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc --project ./tsconfig.json" }, "repository": { "type": "git", "url": "git+https://github.com/gabeabrams/lti-launch-validator.git" }, "keywords": [ "IMS", "LTI", "Canvas", "Launch", "Validate", "Validator", "CACCL" ], "author": "Gabe Abrams <gabeabrams@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gabeabrams/lti-launch-validator/issues" }, "homepage": "https://github.com/gabeabrams/lti-launch-validator#readme", "dependencies": { "caccl-api": "^2.3.4", "caccl-memory-store": "^2.3.4", "express": "^4.17.2", "express-session": "^1.17.2", "fast-clone": "^1.5.13", "locks": "^0.2.2", "oauth-signature": "^1.5.0" }, "devDependencies": { "@types/express": "^4.17.13", "@types/express-session": "^1.17.4", "@types/is-number": "^7.0.2", "@types/locks": "^0.2.1", "@types/node-schedule": "^1.3.2", "@types/url-parse": "^1.4.8", "typescript": "^4.5.5" } }