1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-02-16 09:59:27 +00:00
alphabets/package.json

25 lines
562 B
JSON
Raw Normal View History

2021-05-24 12:32:23 +02:00
{
"name": "alphabets",
2023-05-04 19:25:45 +02:00
"keywords": ["alphabet", "alphabets"],
2023-08-07 18:54:09 +02:00
"description": "A collection of many different alphabets for many different use cases. ",
2023-05-04 19:25:45 +02:00
"homepage": "https://github.com/garraflavatra/alphabets#readme",
"repository": {
"type": "git",
"url": "https://github.com/garraflavatra/alphabets.git"
},
2023-05-04 19:25:45 +02:00
2023-05-05 12:42:59 +02:00
"version": "2.0.3",
2023-05-04 19:25:45 +02:00
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.cjs",
"module": "alphabets.mjs",
2023-05-04 19:25:45 +02:00
"files": [
"alphabets.cjs",
"alphabets.mjs",
"alphabets.json"
2023-05-04 19:25:45 +02:00
]
2021-05-24 12:32:23 +02:00
}