mirror of
https://github.com/twitter/twemoji.git
synced 2025-01-26 12:35:29 +00:00
cleaner bower
This commit is contained in:
parent
0f6787a31a
commit
db01efff07
67
bower.json
67
bower.json
@ -1,28 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "twemoji",
|
"name": "twemoji",
|
||||||
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
"description": "A Unicode standard based way to implement emoji across all platforms.",
|
||||||
"version": "1.0.0",
|
"version": "v1.0.0",
|
||||||
"main": "./twemoji.amd.js",
|
"main": "./twemoji.amd.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".git",
|
".git",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
".npmignore",
|
".npmignore",
|
||||||
"./16x16",
|
"./16x16",
|
||||||
"./36x36",
|
"./36x36",
|
||||||
"./72x72",
|
"./72x72",
|
||||||
"./assets",
|
"./assets",
|
||||||
"./node_modules",
|
"./node_modules",
|
||||||
"./index.html",
|
"./index.html",
|
||||||
"./package.json",
|
"./package.json",
|
||||||
"./preview-generator.js",
|
"./preview-generator.js",
|
||||||
"./preview-template.html",
|
"./preview-template.html",
|
||||||
"./preview.html",
|
"./test.html",
|
||||||
"./test.html",
|
"./test.js",
|
||||||
"./test.js",
|
"./twemoji-generator.js",
|
||||||
"./twemoji-generator.js",
|
"./twemoji-dist.js",
|
||||||
"./twemoji-dist.js",
|
"./twemoji.js",
|
||||||
"./twemoji.js",
|
"./twemoji.min.js",
|
||||||
"./twemoji.min.js",
|
"./twemoji.npm.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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user