mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Nextcloud bot <bot@nextcloud.com> Co-authored-by: Nextcloud bot <bot@nextcloud.com>
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "latest",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-uglify-es": "^1.0.4",
|
|
"gulp-rename": "latest"
|
|
},
|
|
"dependencies": {},
|
|
"engines": {
|
|
"node": "^16.0.0",
|
|
"npm": "^7.0.0 || ^8.0.0"
|
|
}
|
|
}
|