google-hoi-cli
Version:
Discover the age of famous people
51 lines (50 loc) • 972 B
JSON
{
"name": "google-hoi-cli",
"version": "0.1.3",
"description": "Discover the age of famous people",
"license": "MIT",
"author": {
"name": "Cauê Alves"
},
"bin": {
"hoi": "cli.js"
},
"files": [
"cli.js"
],
"scripts": {
"test": "ava test.js",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceasbz/google-hoi-cli.git"
},
"keywords": [
"discovery",
"age",
"famous",
"people",
"google",
"google-hoi",
"hoi",
"cli"
],
"dependencies": {
"chalk": "1.1.3",
"google-hoi": "0.2.0",
"log-symbols": "1.0.2",
"log-update": "1.0.2",
"ora": "0.3.0",
"update-notifier": "1.0.1"
},
"devDependencies": {
"ava": "0.15.2",
"execa": "0.4.0",
"isnumeric": "0.3.1"
},
"bugs": {
"url": "https://github.com/ceasbz/google-hoi-cli/issues"
},
"homepage": "https://github.com/ceasbz/google-hoi-cli#readme"
}