mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-25 15:14:19 +00:00
Add component.json
This commit is contained in:
parent
a8ad0e4e07
commit
9f2ba1d83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
|
build
|
||||||
|
25
component.json
Normal file
25
component.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.1",
|
||||||
|
"name": "twemoji",
|
||||||
|
"license": ["MIT", "CC-BY-4.0"],
|
||||||
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
||||||
|
"homepage": "https://github.com/twitter/twemoji",
|
||||||
|
"keywords": [
|
||||||
|
"emoji",
|
||||||
|
"DOM",
|
||||||
|
"parser",
|
||||||
|
"images",
|
||||||
|
"retina",
|
||||||
|
"Twitter",
|
||||||
|
"unicode"
|
||||||
|
],
|
||||||
|
"author": {
|
||||||
|
"name": "Twitter, Inc.",
|
||||||
|
"web": "https://github.com/twitter/"
|
||||||
|
},
|
||||||
|
"repository": "twitter/twemoji",
|
||||||
|
"main": "twemoji.js",
|
||||||
|
"scripts": [
|
||||||
|
"twemoji.js"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user