react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / commander / package.json
81164 views{1"name": "commander",2"version": "2.5.1",3"description": "the complete solution for node.js command-line programs",4"keywords": [5"command",6"option",7"parser",8"prompt"9],10"author": {11"name": "TJ Holowaychuk",12"email": "[email protected]"13},14"license": "MIT",15"repository": {16"type": "git",17"url": "https://github.com/tj/commander.js.git"18},19"devDependencies": {20"should": ">= 0.0.1"21},22"scripts": {23"test": "make test"24},25"main": "index",26"engines": {27"node": ">= 0.6.x"28},29"files": [30"index.js"31],32"bugs": {33"url": "https://github.com/tj/commander.js/issues"34},35"homepage": "https://github.com/tj/commander.js",36"_id": "[email protected]",37"_shasum": "23c61f6e47be143cc02e7ad4bb1c47f5cd5a2883",38"_from": "commander@>=2.5.0 <2.6.0",39"_npmVersion": "1.4.9",40"_npmUser": {41"name": "zhiyelee",42"email": "[email protected]"43},44"maintainers": [45{46"name": "tjholowaychuk",47"email": "[email protected]"48},49{50"name": "somekittens",51"email": "[email protected]"52},53{54"name": "zhiyelee",55"email": "[email protected]"56},57{58"name": "thethomaseffect",59"email": "[email protected]"60}61],62"dist": {63"shasum": "23c61f6e47be143cc02e7ad4bb1c47f5cd5a2883",64"tarball": "http://registry.npmjs.org/commander/-/commander-2.5.1.tgz"65},66"directories": {},67"_resolved": "https://registry.npmjs.org/commander/-/commander-2.5.1.tgz"68}697071