{ "name": "hexo-filter-github-emojis", "version": "3.0.1", "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 (http://blog.crimx.com)", "license": "MIT", "dependencies": { "jsdom": "^16.4.0", "lodash": "^4.17.20", "node-fetch": "^2.6.1", "random-ua": "^0.0.6" } }