forked from omsmith/ims-lti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@flat/ims-lti",
"version": "3.1.1",
"description": "Module for building an LTI Tool Provider and accept LTI launch requests",
"author": {
"name": "James Rundquist",
"email": "[email protected]"
},
"contributors": [
{
"name": "Owen Smith",
"email": "[email protected]"
},
{
"name": "David Kosub",
"email": "[email protected]"
}
],
"license": "MIT",
"keywords": [
"ims",
"lti",
"provider"
],
"repository": {
"type": "git",
"url": "https://github.com/omsmith/ims-lti.git"
},
"bugs": {
"url": "http://github.com/omsmith/ims-lti/issues"
},
"main": "./lib/ims-lti",
"scripts": {
"prepublish": "make build"
},
"dependencies": {
"uuid": "^8.2.0",
"xml2js": "~0.4.0",
"xmlbuilder": "~2.4.0"
},
"devDependencies": {
"coffee-coverage": "^0.4.4",
"coffee-script": "^1.8.0",
"coveralls": "^2.11.2",
"mocha": "8",
"mocha-lcov-reporter": "0.0.1",
"mocha-multi": "^0.6.0",
"redis": "^0.12.1",
"should": "13"
}
}