bulk-logs-operations-plugin/package.json

19 lines
532 B
JSON

{
"name": "bulk-logs-operations-plugin",
"version": "0.1.1",
"description": "A plugin for Mibew implementing bulk operations over the saved chat logs.",
"private": true,
"bugs": {
"url": "https://github.com/mibew/bulk-logs-operations-plugin/issues"
},
"devDependencies": {
"gulp": "~4.0.0",
"event-stream": "~3.1.7",
"gulp-zip": "~2.0.2",
"gulp-tar": "~3.1.0",
"gulp-gzip": "~0.0.8",
"gulp-chmod": "~3.0.0",
"gulp-rename": "~1.2.0"
}
}