Permalink
Please sign in to comment.
25
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" | ||
| + ] | ||
| +} |
0 comments on commit
9f2ba1d