Generate random, alliterated animal names.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4cdc5774a80116e1e6ba42e24cc3d333ca98cfed 31 lines 638 B view raw
1{ 2 "name": "randimal", 3 "version": "0.1.0", 4 "description": "A random named animal generator", 5 "main": "index.js", 6 "type": "module", 7 "scripts": { 8 "test": "ava" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/puregarlic/randimal.git" 13 }, 14 "keywords": [ 15 "random", 16 "animal", 17 "name", 18 "generator" 19 ], 20 "author": "Graham Barber <grahammbarber@gmail.com>", 21 "license": "UNLICENSED", 22 "bugs": { 23 "url": "https://github.com/puregarlic/randimal/issues" 24 }, 25 "homepage": "https://github.com/puregarlic/randimal#readme", 26 "devDependencies": { 27 "ava": "^3.8.2", 28 "esbuild": "^0.3.8", 29 "prettier": "^2.0.5" 30 } 31}