hexo-filter-github-emojis/package.json
2017-09-30 12:29:57 +08:00

23 lines
538 B
JSON

{
"name": "hexo-filter-github-emojis",
"version": "1.4.2",
"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": {
"lodash": "^4.17.4",
"random-ua": "0.0.6",
"request": "^2.83.0"
}
}