mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-07 18:15:35 +00:00
34 lines
553 B
JSON
34 lines
553 B
JSON
{
|
|
"name": "gemoji",
|
|
"main": "index.js",
|
|
"description": "Named and unicode Gemoji",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"gemoji",
|
|
"emoji",
|
|
"unicode",
|
|
"name",
|
|
"shortcode"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wooorm/gemoji.git"
|
|
},
|
|
"authors": [
|
|
"Titus Wormer <tituswormer@gmail.com>"
|
|
],
|
|
"ignore": [
|
|
".*",
|
|
"*.log",
|
|
"*.md",
|
|
"data/emoji.json",
|
|
"component.json",
|
|
"components",
|
|
"build",
|
|
"package.json",
|
|
"coverage",
|
|
"node_modules",
|
|
"spec"
|
|
]
|
|
}
|