From 9f2ba1d83a55cd77e894ed12459ee0c91dc9feb9 Mon Sep 17 00:00:00 2001 From: Doan Truong Thi Date: Sat, 8 Nov 2014 01:31:51 +0900 Subject: [PATCH] Add component.json --- .gitignore | 1 + component.json | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 component.json diff --git a/.gitignore b/.gitignore index 646ac519e..56997d774 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store node_modules/ +build diff --git a/component.json b/component.json new file mode 100644 index 000000000..36c99c7e3 --- /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" + ] +}