forked from sr258/scorm-h5p-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.24 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
{
"name": "scorm-h5p-wrapper",
"version": "1.0.0",
"description": "A SCORM wrapper for h5p content",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy-h5p-standalone": "cp -R node_modules/h5p-standalone/dist/* src/template && sed -i '' 's/externalEmbed = false;/externalEmbed = true;/g' src/template/frame.bundle.js && sed -i '' 's/externalEmbed = false;/externalEmbed = true;/g' src/template/main.bundle.js && more static/h5p-coorp.css >> src/template/styles/h5p.css",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sr258/scorm-h5p-wrapper.git"
},
"keywords": [
"h5p",
"scorm"
],
"author": "Sebastian Rettig",
"license": "MIT",
"bugs": {
"url": "https://github.com/sr258/scorm-h5p-wrapper/issues"
},
"homepage": "https://github.com/sr258/scorm-h5p-wrapper#readme",
"dependencies": {
"chalk": "^3.0.0",
"csv-writer": "^1.5.0",
"death": "^1.1.0",
"decompress": "^4.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6-alpha.6",
"filesize": "^6.0.1",
"fs-extra": "^8.1.0",
"h5p-standalone": "^2.0.2",
"lodash": "^4.17.15",
"simple-scorm-packager": "^0.2.3"
}
}