mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 20:32:09 +00:00
commit
f5d1318b97
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
build
|
||||
|
@ -5,6 +5,8 @@
|
||||
72x72
|
||||
assets
|
||||
bower.json
|
||||
build
|
||||
component.json
|
||||
index.html
|
||||
node_modules
|
||||
preview-*
|
||||
|
@ -11,6 +11,8 @@
|
||||
"./36x36",
|
||||
"./72x72",
|
||||
"./assets",
|
||||
"./build",
|
||||
"./component.json",
|
||||
"./node_modules",
|
||||
"./index.html",
|
||||
"./package.json",
|
||||
|
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