react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / commondir / package.json
80712 views{1"name": "commondir",2"version": "0.0.1",3"description": "Compute the closest common parent for file paths",4"main": "index.js",5"directories": {6"lib": ".",7"example": "example",8"test": "test"9},10"dependencies": {},11"devDependencies": {12"expresso": "0.7.x"13},14"scripts": {15"test": "expresso"16},17"repository": {18"type": "git",19"url": "git://github.com/substack/node-commondir.git"20},21"keywords": [22"common",23"path",24"directory",25"file",26"parent",27"root"28],29"author": {30"name": "James Halliday",31"email": "[email protected]",32"url": "http://substack.net"33},34"license": "MIT/X11",35"engine": {36"node": ">=0.4"37},38"_npmUser": {39"name": "substack",40"email": "[email protected]"41},42"_id": "[email protected]",43"engines": {44"node": "*"45},46"_engineSupported": true,47"_npmVersion": "1.0.101",48"_nodeVersion": "v0.4.12",49"_defaultsLoaded": true,50"dist": {51"shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",52"tarball": "http://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz"53},54"maintainers": [55{56"name": "substack",57"email": "[email protected]"58}59],60"_shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",61"_resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz",62"_from": "[email protected]"63}646566