1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

Add generator

This commit is contained in:
Ika
2017-03-18 01:10:09 +08:00
parent 189ed95bd5
commit 85585698bb
9 changed files with 633 additions and 246 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "emoji-cheat-sheet-generator",
"private": true,
"author": "ikatyang",
"license": "MIT",
"homepage": "https://github.com/ikatyang/emoji-cheat-sheet",
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/master",
"scripts": {
"generate": "node ./scripts/generate.js"
},
"dependencies": {
"cheerio": "0.22.0",
"request": "2.81.0"
}
}