UNPKG

animals

Version:
43 lines (42 loc) 692 B
{ "name": "animals", "version": "0.0.3", "description": "Get animals", "license": "MIT", "repository": "boennemann/animals", "bin": { "animals": "cli.js" }, "author": { "name": "Stephan Bönnemann", "email": "stephan@boennemann.me", "url": "http://boennemann.me" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js", "cli.js", "words.json" ], "keywords": [ "cli", "bin", "animals", "list", "array", "random", "rand" ], "dependencies": { "minimist": "^0.2.0", "unique-random": "^0.1.1" }, "devDependencies": { "ava": "0.0.3" } }