hexo-filter-github-emojis/package.json

28 lines
608 B
JSON
Raw Normal View History

2016-12-22 19:11:28 +08:00
{
"name": "hexo-filter-github-emojis",
2020-10-03 11:45:35 +08:00
"version": "3.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": {
2020-10-03 11:10:05 +08:00
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"node-fetch": "^2.6.1",
"random-ua": "^0.0.6"
2016-12-22 19:11:28 +08:00
}
}