UNPKG

cowsay-browser

Version:
40 lines (39 loc) 848 B
{ "name": "cowsay-browser", "version": "1.1.8", "description": "cowsay is a configurable talking cow", "keywords": [ "cow", "cowsay", "cowthink", "figlet", "talking", "ASCII" ], "homepage": "https://github.com/bushmango/cowsay-browser", "author": { "name": "Stevie Bushman", "email": "bushmango@gmail.com", "url": "https://github.com/bushmango/" }, "main": "./index", "bin": { "cowsay": "./cli.js", "cowthink": "./cli.js" }, "repository": { "type": "git", "url": "https://github.com/bushmango/cowsay-browser.git" }, "scripts": { "test": "node test.js", "build-cows": "node build-cows.js" }, "dependencies": { "optimist": "~0.6.1" }, "devDependencies": { "nodeunit": "~0.9.1" }, "preferGlobal": true }