Imported code from old repository

This commit is contained in:
2022-11-22 15:46:36 +01:00
parent 976fdc0199
commit 77cf9e05f1
91 changed files with 18969 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "phpmae",
"version": "1.0.0",
"description": "Static files for phpMAE interactive mode.",
"dependencies": {
"codemirror": "^5.60.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-css-purge": "^3.0.9",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"lodash.template": ">=4.5.0",
"materialize-css": "^1.0.0",
"streamqueue": "^1.1.2",
"jquery": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudObjects/phpMAE.git"
},
"author": "Lukas Rosenstock",
"license": "MPL",
"bugs": {
"url": "https://github.com/CloudObjects/phpMAE/issues"
},
"homepage": "https://github.com/CloudObjects/phpMAE#readme"
}