mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-04 06:22:59 -05:00
19 lines
583 B
JSON
19 lines
583 B
JSON
{
|
|
"name": "mediacms-moodle",
|
|
"version": "1.0.0",
|
|
"description": "This package provides the integration between MediaCMS and Moodle (versions 4.x and 5.x). It consists of two components that work together to provide a seamless video experience:",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.28.6",
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
"@babel/preset-env": "^7.29.0"
|
|
}
|
|
}
|