bulk-logs-operations-plugin/package.json

19 lines
533 B
JSON
Raw Permalink Normal View History

2018-08-17 18:31:35 +03:00
{
"name": "bulk-logs-operations-plugin",
2019-03-11 18:08:06 +03:00
"version": "0.1.1",
2018-08-17 18:31:35 +03:00
"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": "~3.8.10",
"event-stream": "~3.1.7",
"gulp-zip": "~2.0.2",
"gulp-tar": "~1.3.0",
"gulp-gzip": "~0.0.8",
"gulp-chmod": "~1.2.0",
"gulp-rename": "~1.2.0"
}
}