argum
Version:
A package for getting command line arguments in a simple way.
27 lines (26 loc) • 640 B
JSON
{
"name": "argum",
"version": "0.2.1",
"description": "A package for getting command line arguments in a simple way.",
"main": "argum.js",
"scripts": {
"test": "mocha tests/arguments.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/petarvasilev/argum.git"
},
"keywords": [
"getting",
"command",
"line",
"arguments"
],
"author": "Petar Vasilev <peter.v.vasilev@gmail.com> (https://www.petarvasilev.com)",
"license": "MIT",
"homepage": "https://bitbucket.org/petarvasilev/argum#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^3.5.3"
}
}