@infolektuell/noto-color-emoji
Version:
Self-hosted Noto Color Emoji font for Chrome and Edge
41 lines (40 loc) • 873 B
JSON
{
"name": "@infolektuell/noto-color-emoji",
"version": "0.2.0",
"description": "Self-hosted Noto Color Emoji font for Chrome and Edge",
"main": "index.css",
"type": "module",
"scripts": {
"dev": "vite demo",
"build": "vite build demo",
"preview": "vite preview demo"
},
"devDependencies": {
"vite": "^5.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/infolektuell/noto-color-emoji.git"
},
"keywords": [
"browser",
"Chrome",
"color",
"css",
"Edge",
"Firefox",
"font",
"emoji",
"web"
],
"author": "Infolektuell <info@infolektuell.de>",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/infolektuell/noto-color-emoji/issues"
},
"homepage": "https://github.com/infolektuell/noto-color-emoji#readme",
"files": [
"files/*",
"index.css"
]
}