2016-12-22 19:11:28 +08:00
|
|
|
{
|
|
|
|
"name": "hexo-filter-github-emojis",
|
2019-04-12 14:38:18 +08:00
|
|
|
"version": "2.0.1",
|
2016-12-22 19:11:28 +08:00
|
|
|
"description": "A Hexo plugin that adds emojis support, using Github Emojis API",
|
|
|
|
"main": "index",
|
|
|
|
"repository": "crimx/hexo-filter-github-emojis",
|
2018-10-04 19:07:24 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0.0"
|
|
|
|
},
|
2016-12-22 19:11:28 +08:00
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"hexo filter",
|
|
|
|
"hexo plugin",
|
|
|
|
"github emojis",
|
|
|
|
"github",
|
|
|
|
"emoji",
|
|
|
|
"emojis"
|
|
|
|
],
|
|
|
|
"author": "CRIMX <straybugs@gmail.com> (http://blog.crimx.com)",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2018-10-04 19:07:24 +08:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2017-09-30 12:29:57 +08:00
|
|
|
"lodash": "^4.17.4",
|
2016-12-22 19:11:28 +08:00
|
|
|
"random-ua": "0.0.6",
|
2017-09-30 12:29:57 +08:00
|
|
|
"request": "^2.83.0"
|
2016-12-22 19:11:28 +08:00
|
|
|
}
|
|
|
|
}
|