Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

47 lines
1.4 KiB
JSON

{
"name": "h5p-standalone",
"version": "2.1.0",
"description": "Display H5P content as standalone frontend code, no server needed.",
"main": "dist/main.bundle.js",
"dependencies": {
"@babel/runtime": "^7.6.3",
"jquery": "~3.4.1",
"toposort-class": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"copy-webpack-plugin": "^5.0.4",
"cypress": "^3.6.0",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "cypress run",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tunapanda/h5p-standalone.git"
},
"keywords": [
"h5p"
],
"author": "Jake Lee Kennedy <jake@tunapanda.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tunapanda/h5p-standalone/issues"
},
"homepage": "https://github.com/tunapanda/h5p-standalone#readme"
}