UNPKG

@amelon/fakelms

Version:

Enable to quickly test a simple SCORM module by emulating some LMS functionnalities clientside

44 lines 1.17 kB
{ "name": "@amelon/fakelms", "version": "1.1.1", "description": "Enable to quickly test a simple SCORM module by emulating some LMS functionnalities clientside", "keywords": [ "LMS", "SCORM", "emulation" ], "sideEffects": false, "scripts": { "build:dev": "cross-env NODE_ENV=development webpack", "build:prod": "cross-env NODE_ENV=production webpack", "prepublishOnly": "npm run build:prod", "bump": "bump --prompt --tag --push --all", "post": "npm publish" }, "main": "index.js", "directories": {}, "dependencies": { "version-bump-prompt": "^4.2.1" }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.4", "cross-env": "^5.2.0", "eslint": "^5.7.0", "webpack": "^4.23.1", "webpack-command": "^0.4.1" }, "repository": { "type": "git", "url": "git+https://github.com/amelon/fakelms.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/amelon/fakelms/issues" }, "homepage": "https://github.com/amelon/fakelms.git#readme" }