Skip to content

Commit

Permalink
Add component.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thii committed Nov 7, 2014
1 parent a8ad0e4 commit 9f2ba1d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules/
build
25 changes: 25 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 9f2ba1d

Please sign in to comment.