mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 20:32:09 +00:00
47 lines
887 B
JSON
47 lines
887 B
JSON
{
|
|
"name": "twemoji",
|
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
|
"version": "v1.3.1",
|
|
"main": "./twemoji.amd.js",
|
|
"ignore": [
|
|
".git",
|
|
".gitignore",
|
|
".npmignore",
|
|
"./16x16",
|
|
"./36x36",
|
|
"./72x72",
|
|
"./assets",
|
|
"./build",
|
|
"./component.json",
|
|
"./node_modules",
|
|
"./index.html",
|
|
"./package.json",
|
|
"./preview-generator.js",
|
|
"./preview-template.html",
|
|
"./svg.sh",
|
|
"./test.html",
|
|
"./test.js",
|
|
"./twemoji-generator.js",
|
|
"./twemoji-dist.js",
|
|
"./twemoji.js",
|
|
"./twemoji.min.js",
|
|
"./twemoji.npm.js",
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"homepage": "https://github.com/twitter/twemoji",
|
|
"authors": [
|
|
"Twitter, Inc."
|
|
],
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"license": [
|
|
"MIT",
|
|
"CC-BY-4.0"
|
|
]
|
|
}
|