1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 21:27:58 +00:00
alphabets/package.json

25 lines
561 B
JSON
Raw Normal View History

2021-05-24 10:32:23 +00:00
{
"name": "alphabets",
2023-05-04 17:25:45 +00:00
"keywords": ["alphabet", "alphabets"],
"description": "Many different alphabets, many different use cases, zero depencencies.",
"homepage": "https://github.com/garraflavatra/alphabets#readme",
"repository": {
"type": "git",
"url": "https://github.com/garraflavatra/alphabets.git"
},
2023-05-04 17:25:45 +00:00
2023-05-05 10:42:59 +00:00
"version": "2.0.3",
2023-05-04 17:25:45 +00:00
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.cjs",
2023-05-04 17:25:45 +00:00
"module": "alphabets.mjs",
"files": [
"alphabets.cjs",
2023-05-04 17:25:45 +00:00
"alphabets.mjs",
"alphabets.json"
]
2021-05-24 10:32:23 +00:00
}