cloudcms-cli
Version:
Cloud CMS Command-Line client
36 lines (35 loc) • 721 B
JSON
{
"name": "realist",
"version": "0.2.6",
"description": "micro framework for developing command line apps",
"main": "src/realist.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/boo1ean/realist.git"
},
"keywords": [
"cli",
"command",
"command-line",
"realist",
"minimist",
"args",
"argv"
],
"author": "Egor Gumenyuk <boo1ean0807@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boo1ean/realist/issues"
},
"homepage": "https://github.com/boo1ean/realist",
"dependencies": {
"minimist": "0.0.7"
},
"devDependencies": {
"should": "~3.1.2",
"mocha": "~1.17.1"
}
}