mirror of
https://github.com/Mibew/filter-visitors-by-operator-code-plugin.git
synced 2024-11-15 00:34:17 +03:00
19 lines
593 B
JSON
19 lines
593 B
JSON
{
|
|
"name": "filter-visitors-by-operator-code-plugin",
|
|
"version": "0.1.0",
|
|
"description": "A plugin for Mibew that hides a thread from operators when the visitor called a certain one via operator code.",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/mibew/filter-visitors-by-operator-code-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"
|
|
}
|
|
}
|