Skip to content

Instantly share code, notes, and snippets.

@juliandavidmr
Created February 8, 2017 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandavidmr/20f07e14223850b5c175bcbdd56bf436 to your computer and use it in GitHub Desktop.
Save juliandavidmr/20f07e14223850b5c175bcbdd56bf436 to your computer and use it in GitHub Desktop.
{
"name": "cat-names",
"version": "1.0.0",
"description": "Get popular cat names",
"license": "MIT",
"repository": "sindresorhus/cat-names",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {},
"files": [
"index.js",
"cli.js",
"cat-names.json"
],
"keywords": [
"cli-app",
"cli",
"bin",
"array",
"random",
"rand",
"animal",
"cats",
"kitten",
"names"
],
"dependencies": {
"meow": "^3.6.0",
"unique-random-array": "^1.0.0"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment