craydent-cli
Version:
Node module to manage command line execution and arguments
44 lines • 1.32 kB
JSON
{
"name": "craydent-cli",
"version": "1.0.2",
"description": "Node module to manage command line execution and arguments",
"main": "index.js",
"scripts": {
"test": "jasmine-node test/ --color --autotest --watch index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craydent/Node-Library.git"
},
"keywords": [
"cli",
"commander",
"craydent",
"es6",
"jquery",
"library",
"sugar",
"utilities"
],
"author": "Clark Inada",
"license": "MIT",
"homepage": "https://github.com/craydent/Node-Library/tree/master/modules/typeof",
"dependencies": {
"craydent.error": "1.0.2",
"craydent.globalize": "1.0.2",
"craydent.include": "1.0.2",
"craydent.isarray": "1.0.2",
"craydent.isasync": "1.0.2",
"craydent.isfunction": "1.0.2",
"craydent.isgenerator": "1.0.2",
"craydent.isnull": "1.0.2",
"craydent.isobject": "1.0.2",
"craydent.isstring": "1.0.2",
"craydent.logit": "1.0.2",
"craydent.parseadvanced": "1.0.2",
"craydent.parseboolean": "1.0.2",
"craydent.strip": "1.0.2",
"craydent.syncroit": "1.0.2",
"craydent.tryeval": "1.0.2"
}
}