forked from Mindflash/node-sco-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 865 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 865 Bytes
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
{
"name": "sco-parser",
"version": "3.0.0",
"description": "A simple validator and parser for SCO zip files.",
"main": "index.js",
"author": "Beedeez",
"license": "MIT",
"homepage": "https://github.com/beedeez/node-sco-parser",
"repository": {
"type": "git",
"url": "https://github.com/beedeez/node-sco-parser.git"
},
"scripts": {
"test": "tap tests/*Tests.js"
},
"dependencies": {
"async": "^2.6.0",
"fs-tools": "^0.3.0",
"lodash": "~2.4.1",
"npm-check": "^5.5.2",
"rimraf": "^2.6.2",
"xml2js": "~0.4.19",
"xmldom": "^0.1.27",
"xpath": "0.0.27",
"yauzl": "^2.10.0"
},
"devDependencies": {
"tap": "^11.1.2"
},
"directories": {
"test": "tests"
},
"engines": {
"node": ">=16"
},
"keywords": [
"SCORM",
"SCO",
"SCORM 1.2",
"SCORM 2004",
"LMS"
]
}