scorm
Version:
JS API for SCORM standard within LMS platfroms
35 lines (34 loc) • 732 B
JSON
{
"name": "scorm",
"version": "1.0.0",
"description": "JS API for SCORM standard within LMS platfroms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdennour/nodescorm.git"
},
"keywords": [
"SCORM",
"SCORM2004",
"LMS",
"LOM",
"SCO",
"learning",
"moodle",
"standard",
"sequencing",
"package",
"manifest",
"interface",
"api"
],
"author": "Abdennour TOUMI <http://abdennoor.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/abdennour/nodescorm/issues"
},
"homepage": "https://github.com/abdennour/nodescorm#readme"
}