first commit
This commit is contained in:
commit
b20ba676ac
7 changed files with 1658 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "hexo-filter-github-emojis",
|
||||
"version": "1.0.0",
|
||||
"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.2",
|
||||
"random-ua": "0.0.6",
|
||||
"request": "^2.79.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue