diff --git a/.gitignore b/.gitignore index 646ac519..56997d77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules/ +build diff --git a/.npmignore b/.npmignore index 21b2336c..e45fee24 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,8 @@ 72x72 assets bower.json +build +component.json index.html node_modules preview-* diff --git a/bower.json b/bower.json index 7c27c78f..119ddd05 100644 --- a/bower.json +++ b/bower.json @@ -11,6 +11,8 @@ "./36x36", "./72x72", "./assets", + "./build", + "./component.json", "./node_modules", "./index.html", "./package.json", diff --git a/component.json b/component.json new file mode 100644 index 00000000..36c99c7e --- /dev/null +++ b/component.json @@ -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" + ] +}