UNPKG

catchphrase_maker

Version:
29 lines (28 loc) 695 B
{ "name": "catchphrase_maker", "version": "1.0.9", "description": "Suggest your catchphrase", "main": "index.js", "bin": { "catchphrase_maker": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/napple29/catchphrase_maker" }, "keywords": [ "catchphrase" ], "author": "Haruna <snwxxx29@gmail.com> (https://twitter.com/napple29)", "license": "MIT", "bugs": { "url": "https://github.com/napple29/catchphrase_maker/issues" }, "homepage": "https://github.com/napple29/catchphrase_maker#readme", "dependencies": { "enquire": "^0.0.2" } }