UNPKG

1.79 kBJSONView Raw
1{
2 "name": "ltijs",
3 "version": "2.1.3",
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": "MIT",
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": "^9.6.0",
41 "helmet": "^3.18.0",
42 "jsonwebtoken": "^8.5.1",
43 "lodash.find": "^4.6.0",
44 "mongoose": "^5.6.2",
45 "morgan": "^1.9.1",
46 "parse-domain": "^2.3.2",
47 "pem-jwk": "^2.0.0",
48 "validator": "^11.1.0",
49 "winston": "^3.2.1"
50 },
51 "devDependencies": {
52 "@babel/cli": "^7.4.4",
53 "@babel/core": "^7.4.5",
54 "@babel/plugin-proposal-class-properties": "^7.4.4",
55 "@babel/plugin-transform-runtime": "^7.5.0",
56 "@babel/preset-env": "^7.4.5",
57 "@babel/register": "^7.4.4",
58 "babel-eslint": "^10.0.2",
59 "chai": "^4.2.0",
60 "chai-as-promised": "^7.1.1",
61 "chai-http": "^4.3.0",
62 "eslint": "^6.0.1",
63 "mocha": "^6.1.4",
64 "nock": "^10.0.6",
65 "standard": "^14.0.0"
66 },
67 "standard": {
68 "parser": "babel-eslint",
69 "ignore": [
70 "node_modules/",
71 "dist/"
72 ],
73 "env": [
74 "mocha"
75 ]
76 }
77}