UNPKG

acrophonic-alphabets

Version:

A collection of 92 Alpha-Bravo-Charlie-style alphabets from around the world.

33 lines (32 loc) 765 B
{ "name": "acrophonic-alphabets", "version": "2.1.0", "description": "A collection of 92 Alpha-Bravo-Charlie-style alphabets from around the world.", "main": "alphabets.json", "repository": "github:zeke/acrophonic-alphabets", "keywords": [ "alphabet", "language", "spelling", "acrophony", "translation", "transliteration", "alliteration" ], "author": "zeke", "license": "MIT", "bugs": { "url": "https://github.com/zeke/acrophonic-alphabets/issues" }, "homepage": "https://github.com/zeke/acrophonic-alphabets#readme", "devDependencies": { "mocha": "^2.3.4", "standard": "^5.4.1" }, "scripts": { "test": "standard --format && mocha" }, "dependencies": { "lodash.uniq": "^3.2.2" } }