32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"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"
|
|
}
|