mirror of
https://github.com/Mibew/emoji-plugin.git
synced 2025-01-22 17:40:34 +03:00
18 lines
475 B
JSON
18 lines
475 B
JSON
|
{
|
||
|
"name": "emoji-plugin",
|
||
|
"version": "0.1.0",
|
||
|
"description": "A plugin for Mibew that provides emojis in messages.",
|
||
|
"private": true,
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mibew/emoji-plugin/issues"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"bower": "~1.3.10",
|
||
|
"gulp": "~3.8.8",
|
||
|
"event-stream": "~3.1.7",
|
||
|
"gulp-zip": "~2.0.1",
|
||
|
"gulp-tar": "~1.1.0",
|
||
|
"gulp-gzip": "~0.0.8",
|
||
|
"gulp-chmod": "~1.1.1"
|
||
|
}
|
||
|
}
|