1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Add component.json

This commit is contained in:
Doan Truong Thi 2014-11-08 01:31:51 +09:00
parent a8ad0e4e07
commit 9f2ba1d83a
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
node_modules/
build

25
component.json Normal file
View 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"
]
}