mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
c78b889b61
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "twemoji",
|
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
|
"version": "1.0.0",
|
|
"main": "./twemoji.amd.js",
|
|
"ignore": [
|
|
".git",
|
|
".gitignore",
|
|
".npmignore",
|
|
"16x16",
|
|
"36x36",
|
|
"72x72",
|
|
"assets",
|
|
"node_modules",
|
|
"index.html",
|
|
"package.json",
|
|
"preview-generator.js",
|
|
"preview-template.html",
|
|
"preview.html",
|
|
"test.html",
|
|
"test.js",
|
|
"twemoji-generator.js",
|
|
"twemoji-dist.js",
|
|
"twemoji.js",
|
|
"twemoji.min.js",
|
|
"twemoji.npm.js"
|
|
]
|
|
}
|