real-ban-plugin/package.json

18 lines
499 B
JSON
Raw Normal View History

2014-10-21 14:56:43 +04:00
{
"name": "real-ban-plugin",
"version": "0.1.0",
"description": "A plugin for Mibew that hides banned users from the threads list.",
"private": true,
"bugs": {
"url": "https://github.com/mibew/real-ban-plugin/issues"
},
"devDependencies": {
"gulp": "~3.8.8",
"event-stream": "~3.1.7",
"gulp-zip": "~2.0.2",
"gulp-tar": "~1.1.0",
"gulp-gzip": "~0.0.8",
"gulp-chmod": "~1.1.1",
"gulp-rename": "~1.2.0"
}
}