UNPKG

acron

Version:

Generate acronyms based on the 10,000 most common English words.

28 lines (27 loc) 602 B
{ "name": "acron", "version": "1.0.5", "description": "Generate acronyms based on the 10,000 most common English words.", "main": "acron.js", "bin": "cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mwcz/acron.git" }, "keywords": [ "acronym", "english" ], "author": "mwcz", "license": "MIT", "bugs": { "url": "https://github.com/mwcz/acron/issues" }, "homepage": "https://github.com/mwcz/acron#readme", "dependencies": { "lodash": "^4.17.11" } }