1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2024-11-27 22:26:24 +01:00
alphabets/package.json

25 lines
559 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"],
"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 19:25:45 +02:00
"version": "2.0.0",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.js",
"module": "alphabets.mjs",
"files": [
"alphabets.js",
"alphabets.mjs",
"alphabets.json"
]
2021-05-24 12:32:23 +02:00
}