-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 846 Bytes
/
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
{
"name": "scormcloud-api-wrapper",
"version": "1.1.12",
"homepage": "https://stevenwestmoreland.com/projects/scormcloud-api-wrapper.html",
"author": "Steven Westmoreland",
"description": "Node.js client for the SCORM Cloud API.",
"repository": {
"type": "git",
"url": "git+https://github.com/swestmoreland/scormcloud-api-wrapper.git"
},
"keywords": [
"api",
"elearning",
"lms",
"lrs",
"rustici",
"scorm",
"scormcloud",
"tincan",
"xapi"
],
"main": "src/scormcloud.js",
"dependencies": {
"lodash": "^4.17.19",
"md5": "^2.2.1",
"moment": "^2.24.0",
"request": "^2.88.0",
"xml2js": "^0.4.19"
},
"devDependencies": {},
"engines": {
"node": ">=7.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}