2016-12-22 19:11:28 +08:00
|
|
|
{
|
|
|
|
"name": "hexo-filter-github-emojis",
|
2020-10-03 13:59:27 +08:00
|
|
|
"version": "3.0.4",
|
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": {
|
2020-10-03 11:10:05 +08:00
|
|
|
"jsdom": "^16.4.0",
|
|
|
|
"lodash": "^4.17.20",
|
2022-04-25 20:59:52 +08:00
|
|
|
"node-fetch": "^3.1.1",
|
2020-10-03 11:10:05 +08:00
|
|
|
"random-ua": "^0.0.6"
|
2016-12-22 19:11:28 +08:00
|
|
|
}
|
|
|
|
}
|