UNPKG

random-animal-name-generator

Version:
32 lines (31 loc) 749 B
{ "name": "random-animal-name-generator", "version": "0.1.1", "description": "It's a random animal name generator!", "main": "index.js", "scripts": { "start": "node index.js", "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/adzialocha/random-animal-name-generator.git" }, "keywords": [ "random", "animal", "name", "generator" ], "author": "adzialocha", "license": "UNLICENSED", "bugs": { "url": "https://github.com/adzialocha/random-animal-name-generator/issues" }, "homepage": "https://github.com/adzialocha/random-animal-name-generator#readme", "dependencies": {}, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.1.4" } }