hexo-filter-github-emojis/package.json

27 lines
582 B
JSON
Raw Permalink Normal View History

2016-12-22 19:11:28 +08:00
{
"name": "hexo-filter-github-emojis",
2022-04-26 01:01:57 +08:00
"version": "3.0.5",
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": {
2022-04-26 01:01:21 +08:00
"jsdom": "^19.0.0",
2023-12-01 11:44:31 +08:00
"node-fetch": "^2.7.0",
2020-10-03 11:10:05 +08:00
"random-ua": "^0.0.6"
2016-12-22 19:11:28 +08:00
}
}