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

Merge pull request #6 from thii/component

Add component.json
This commit is contained in:
Andrea Giammarchi 2014-11-08 00:31:11 +00:00
commit f5d1318b97
4 changed files with 30 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

@ -5,6 +5,8 @@
72x72
assets
bower.json
build
component.json
index.html
node_modules
preview-*

View File

@ -11,6 +11,8 @@
"./36x36",
"./72x72",
"./assets",
"./build",
"./component.json",
"./node_modules",
"./index.html",
"./package.json",

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"
]
}