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

25 lines
559 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.1",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",
"main": "alphabets.js",
"module": "alphabets.mjs",
"files": [
"alphabets.js",
"alphabets.mjs",
"alphabets.json"
]
}