hexo-filter-github-emojis/package.json
2022-04-26 01:01:21 +08:00

26 lines
582 B
JSON

{
"name": "hexo-filter-github-emojis",
"version": "3.0.4",
"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"
}
}