1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2024-11-21 22:59:03 +01:00
alphabets/package.json
2023-08-07 20:23:15 +02:00

25 lines
562 B
JSON

{
"name": "alphabets",
"keywords": ["alphabet", "alphabets"],
"description": "A collection of many different alphabets for many different use cases. ",
"homepage": "https://github.com/garraflavatra/alphabets#readme",
"repository": {
"type": "git",
"url": "https://github.com/garraflavatra/alphabets.git"
},
"version": "2.0.3",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.cjs",
"module": "alphabets.mjs",
"files": [
"alphabets.cjs",
"alphabets.mjs",
"alphabets.json"
]
}