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

23 lines
518 B
JSON

{
"name": "alphabets",
"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"
},
"version": "2.0.3",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "src/alphabets.cjs",
"module": "src/alphabets.mjs",
"files": [
"src/*"
]
}