forked from sr258/scorm-h5p-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 807 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
{
"name": "scorm-h5p-wrapper",
"version": "0.2.0",
"description": "A SCORM wrapper for h5p content",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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": {
"death": "^1.1.0",
"decompress": "^4.2.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.1-alpha.1",
"fs-extra": "^7.0.1",
"simple-scorm-packager": "^0.2.3"
}
}