flipflag
Version:
cli flags with aliases, from argv, env, globals, --env.flags, callbacks, preserves casing
38 lines (37 loc) • 815 B
JSON
{
"name": "flipflag",
"version": "0.0.6",
"main": "index.js",
"description": "cli flags with aliases, from argv, env, globals, --env.flags, callbacks, preserves casing",
"scripts": {
"test": "NODE_ENV=eh node test/examples.js --env"
},
"keywords": [
"cli",
"flags",
"argv",
"env",
"globals"
],
"engines": {
"node": ">= 7.7.2",
"npm": ">= 4.1.2"
},
"devDependencies": {
"yargs": "^6.6.0"
},
"dependencies": {
"minimalist": "^1.0.0",
"fliptime": "*",
"izz": "*"
},
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/flip-box/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/flip-box/fliphub.git"
},
"bugs": {
"url": "https://github.com/flip-box/fliphub/issues"
}
}