UNPKG

ltijs

Version:

Easily turn your web application into a LTI 1.3 Learning Tool.

81 lines (80 loc) 1.98 kB
{ "name": "ltijs", "version": "5.9.9", "description": "Easily turn your web application into a LTI 1.3 Learning Tool.", "main": "index.js", "engineStrict": true, "engines": { "node": ">=12.13.0" }, "scripts": { "test": "MONGOMS_VERSION=7.0.3 NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha", "build:js": "babel src -d dist", "build:html": "node copy-html-files.js", "build": "npm run build:js && npm run build:html", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Cvmcosta/ltijs.git" }, "keywords": [ "lti", "lms", "lti 1.3", "imslti", "1.3", "advantage" ], "author": "cvmcosta", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Cvmcosta/ltijs/issues" }, "homepage": "https://cvmcosta.github.io/ltijs", "dependencies": { "@babel/runtime": "^7.27.1", "body-parser": "^1.20.2", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "debug": "^4.4.1", "express": "^4.19.2", "fast-url-parser": "^1.1.3", "got": "^11.8.2", "helmet": "^6.0.1", "jsonwebtoken": "^9.0.2", "mongoose": "^7.8.7", "parse-link-header": "^2.0.0", "rasha": "^1.2.5", "sprightly": "^2.0.1" }, "devDependencies": { "@babel/cli": "^7.27.2", "@babel/core": "^7.27.1", "@babel/eslint-parser": "^7.27.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/register": "^7.27.1", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-http": "^5.1.2", "cheerio": "^1.0.0", "eslint": "^8.36.0", "mocha": "^11.2.2", "mongodb-memory-server": "^9.1.8", "nock": "^13.3.0", "nyc": "^15.1.0", "standard": "^17.1.0" }, "standard": { "parser": "@babel/eslint-parser", "ignore": [ "node_modules/", "dist/" ], "env": [ "mocha" ] } }