@hubroeducation/ltijs
Version:
Easily turn your web application into a LTI 1.3 Learning Tool.
83 lines (82 loc) • 1.96 kB
JSON
{
"name": "@hubroeducation/ltijs",
"version": "5.9.11",
"description": "Easily turn your web application into a LTI 1.3 Learning Tool.",
"main": "index.js",
"engineStrict": true,
"engines": {
"node": ">=10.19.0"
},
"scripts": {
"test": "MONGOMS_VERSION=7.0.3 NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha",
"build": "babel src -d dist",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmolin/ltijs.git"
},
"keywords": [
"lti",
"lms",
"lti 1.3",
"imslti",
"1.3",
"advantage"
],
"author": "cvmcosta",
"contributors": [
"Davide Molin <davide@davidemolin.com> (https://davidemolin.com)"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.4",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.3.2",
"express": "^5.0.0",
"fast-url-parser": "^1.1.3",
"got": "^11.8.2",
"helmet": "^4.6.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.8.3",
"parse-link-header": "^2.0.0",
"rasha": "^1.2.5"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.4.0",
"eslint": "^8.36.0",
"mocha": "^10.4.0",
"nock": "^13.3.0",
"nyc": "^15.1.0",
"standard": "^17.1.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"node_modules/",
"dist/"
],
"env": [
"mocha"
]
},
"bugs": {
"url": "https://github.com/dmolin/ltijs/issues"
},
"homepage": "https://github.com/dmolin/ltijs#readme",
"directories": {
"doc": "docs",
"test": "test"
}
}