ltijs
Version:
Turn your application into a fully integratable LTI 1.3 tool or platform.
79 lines (78 loc) • 1.82 kB
JSON
{
"name": "ltijs",
"version": "2.4.6",
"description": "Turn your application into a fully integratable LTI 1.3 tool or platform.",
"main": "index.js",
"engineStrict": true,
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"test": "mocha",
"build": "standard 'src/**/*.js' --fix && babel src -d dist",
"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.5.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"got": "^10.5.5",
"helmet": "^3.21.2",
"jsonwebtoken": "^8.5.1",
"lodash.find": "^4.6.0",
"mongoose": "^5.6.2",
"morgan": "^1.9.1",
"node-jose": "^1.1.3",
"pem-jwk": "^2.0.0",
"valid-url": "^1.0.9",
"validator": "^12.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.4.5",
"@babel/register": "^7.4.4",
"babel-eslint": "^10.0.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.3.0",
"eslint": "^6.0.1",
"mocha": "^7.0.1",
"nock": "^12.0.0",
"standard": "^14.0.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"node_modules/",
"dist/"
],
"env": [
"mocha"
]
}
}