hexo-filter-github-emojis/package.json

24 lines
538 B
JSON
Raw Normal View History

2016-12-22 19:11:28 +08:00
{
"name": "hexo-filter-github-emojis",
2017-09-30 12:29:57 +08:00
"version": "1.4.2",
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",
"keywords": [
"hexo",
"hexo filter",
"hexo plugin",
"github emojis",
"github",
"emoji",
"emojis"
],
"author": "CRIMX <straybugs@gmail.com> (http://blog.crimx.com)",
"license": "MIT",
"dependencies": {
2017-09-30 12:29:57 +08:00
"lodash": "^4.17.4",
2016-12-22 19:11:28 +08:00
"random-ua": "0.0.6",
2017-09-30 12:29:57 +08:00
"request": "^2.83.0"
2016-12-22 19:11:28 +08:00
}
}