UNPKG

vowels

Version:
50 lines 1.05 kB
{ "name": "vowels", "version": "1.2.12", "description": "A list with the vowels.", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/vowels.git" }, "keywords": [ "vowels", "letters", "list" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/vowels/issues" }, "homepage": "https://github.com/IonicaBizau/vowels#readme", "blah": { "documentation": [ "The module exports an array of strings represeting vowels. :sparkles:" ], "show_jsdocs": false }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }