70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "scorm-again",
|
|
"version": "2.0.0",
|
|
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
|
|
"main": "dist/scorm-again.min.js",
|
|
"browserslist": [
|
|
"> 1%",
|
|
"edge >= 16",
|
|
"safari >= 9",
|
|
"firefox >= 57",
|
|
"ie >= 11",
|
|
"ios >= 9",
|
|
"chrome >= 49"
|
|
],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.18.10",
|
|
"@babel/core": "^7.18.10",
|
|
"@babel/node": "^7.18.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.10",
|
|
"@babel/preset-flow": "^7.18.6",
|
|
"@babel/register": "^7.18.9",
|
|
"@types/chai": "^4.3.3",
|
|
"@types/mocha": "^9.1.1",
|
|
"babel-eslint": "^11.0.0-beta.2",
|
|
"babel-loader": "^8.2.5",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.21.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-webpack-plugin": "^3.2.0",
|
|
"fetch-pretender": "^1.5.0",
|
|
"jsdoc": "^3.6.11",
|
|
"jsdoc-babel": "^0.5.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"minimist": "^1.2.5",
|
|
"mocha": "^10.0.0",
|
|
"mocha-junit-reporter": "^2.0.2",
|
|
"mochawesome": "^7.1.3",
|
|
"nyc": "^15.1.0",
|
|
"sinon": "^14.0.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha --require @babel/register --bdd --recursive --reporter list",
|
|
"compile": "./node_modules/.bin/webpack --bail --config webpack.js",
|
|
"fix": "./node_modules/.bin/eslint ./src --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.connexence.net/cnx-public/scorm-again.git"
|
|
},
|
|
"keywords": [
|
|
"scorm",
|
|
"aicc",
|
|
"cmi"
|
|
],
|
|
"author": "Jonathan Putney <jonathan@putney.io>",
|
|
"dependencies": {}
|
|
}
|