zater-cep
Version:
ZAter cep correios e via cep
33 lines (32 loc) • 702 B
JSON
{
"name": "subcommand",
"version": "2.1.0",
"description": "create CLI tools with subcommands",
"main": "index.js",
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/subcommand.git"
},
"keywords": [
"minimist"
],
"author": "max ogden",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/maxogden/subcommand/issues"
},
"homepage": "https://github.com/maxogden/subcommand",
"dependencies": {
"cliclopts": "^1.1.0",
"debug": "^2.1.3",
"minimist": "^1.2.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"standard": "^3.3.2",
"tape": "^4.0.0"
}
}