UNPKG

1.82 kBJSONView Raw
1{
2 "name": "ltijs",
3 "version": "2.4.4",
4 "description": "Turn your application into a fully integratable LTI 1.3 tool or platform.",
5 "main": "index.js",
6 "engineStrict": true,
7 "engines": {
8 "node": ">=8.6.0"
9 },
10 "scripts": {
11 "test": "mocha",
12 "build": "standard 'src/**/*.js' --fix && babel src -d dist",
13 "start": "node index.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Cvmcosta/ltijs.git"
18 },
19 "keywords": [
20 "lti",
21 "lms",
22 "lti 1.3",
23 "imslti",
24 "1.3",
25 "advantage"
26 ],
27 "author": "cvmcosta",
28 "license": "Apache-2.0",
29 "bugs": {
30 "url": "https://github.com/Cvmcosta/ltijs/issues"
31 },
32 "homepage": "https://cvmcosta.github.io/ltijs",
33 "dependencies": {
34 "@babel/runtime": "^7.5.0",
35 "body-parser": "^1.19.0",
36 "cookie-parser": "^1.4.4",
37 "cors": "^2.8.5",
38 "debug": "^4.1.1",
39 "express": "^4.17.1",
40 "got": "^10.5.5",
41 "helmet": "^3.21.2",
42 "jsonwebtoken": "^8.5.1",
43 "lodash.find": "^4.6.0",
44 "mongoose": "^5.6.2",
45 "morgan": "^1.9.1",
46 "node-jose": "^1.1.3",
47 "parse-domain": "^2.3.2",
48 "pem-jwk": "^2.0.0",
49 "validator": "^12.2.0",
50 "winston": "^3.2.1"
51 },
52 "devDependencies": {
53 "@babel/cli": "^7.4.4",
54 "@babel/core": "^7.4.5",
55 "@babel/plugin-proposal-class-properties": "^7.4.4",
56 "@babel/plugin-transform-runtime": "^7.5.0",
57 "@babel/preset-env": "^7.4.5",
58 "@babel/register": "^7.4.4",
59 "babel-eslint": "^10.0.2",
60 "chai": "^4.2.0",
61 "chai-as-promised": "^7.1.1",
62 "chai-http": "^4.3.0",
63 "eslint": "^6.0.1",
64 "mocha": "^7.0.1",
65 "nock": "^11.8.2",
66 "standard": "^14.0.0"
67 },
68 "standard": {
69 "parser": "babel-eslint",
70 "ignore": [
71 "node_modules/",
72 "dist/"
73 ],
74 "env": [
75 "mocha"
76 ]
77 }
78}