expand-elearning
Version:
Expand: An e-learning framework for building SCORM courses
36 lines (35 loc) • 926 B
JSON
{
"name": "expand-elearning",
"version": "0.4.0",
"description": "Expand: An e-learning framework for building SCORM courses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"expand-scorm": "gulp publish",
"expand-server": "ws"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kieran-wright/expand-elearning.git"
},
"keywords": [
"e-learning",
"framework",
"SCORM",
"course",
"module",
"elearning"
],
"author": "Kieran Wright <kieranwright@me.com> (http://kieranwright.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kieran-wright/expand-elearning/issues"
},
"homepage": "https://github.com/kieran-wright/expand-elearning#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-scorm-manifest": "^0.6.4",
"gulp-zip": "^3.2.0",
"local-web-server": "^1.2.1"
}
}