26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"name": "hexo-filter-github-emojis",
|
|
"version": "3.0.5",
|
|
"description": "A Hexo plugin that adds emojis support, using Github Emojis API",
|
|
"main": "index",
|
|
"repository": "crimx/hexo-filter-github-emojis",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"hexo filter",
|
|
"hexo plugin",
|
|
"github emojis",
|
|
"github",
|
|
"emoji",
|
|
"emojis"
|
|
],
|
|
"author": "CRIMX <straybugs@gmail.com> (http://blog.crimx.com)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsdom": "^19.0.0",
|
|
"node-fetch": "^3.2.3",
|
|
"random-ua": "^0.0.6"
|
|
}
|
|
}
|