1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2024-11-24 10:17:29 +01:00
alphabets/package.json

23 lines
519 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",
2023-08-07 18:47:56 +02:00
"main": "src/alphabets.cjs",
"module": "src/alphabets.mjs",
2023-05-04 19:25:45 +02:00
"files": [
2023-08-07 18:47:56 +02:00
"src/*"
2023-05-04 19:25:45 +02:00
]
2021-05-24 12:32:23 +02:00
}