/var/www/myprog.com.ua/server/node/node_modules/commander
NameSizeModeActions
lib/-0755rm
.npmignore290644editdlrm
.travis.yml430644editdlrm
History.md21790644editdlrm
index.js450644editdlrm
Makefile800644editdlrm
package.json5100644editdlrm
Readme.md67230644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/commander/package.json (510B)
{ "name": "commander" , "version": "0.6.1" , "description": "the complete solution for node.js command-line programs" , "keywords": ["command", "option", "parser", "prompt", "stdin"] , "author": "TJ Holowaychuk " , "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" } , "dependencies": {} , "devDependencies": { "should": ">= 0.0.1" } , "scripts": { "test": "make test" } , "main": "index" , "engines": { "node": ">= 0.4.x" } }