argv.js/package.json

30 lines
619 B
JSON
Raw Normal View History

{
"name": "ig-argv",
"version": "2.13.1",
"description": "simple argv parser",
"main": "argv.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/argv.js.git"
},
"keywords": [
"javascript",
"argv",
"parser",
"commandline"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/argv.js/issues"
},
"homepage": "https://github.com/flynx/argv.js#readme",
"dependencies": {
"colors": "^1.4.0",
"ig-object": "^5.2.6"
}
}