react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / path-browserify / package.json
80711 views{1"name": "path-browserify",2"version": "0.0.0",3"description": "the path module from node core for browsers",4"main": "index.js",5"dependencies": {},6"devDependencies": {7"tape": "~1.0.4"8},9"scripts": {10"test": "tape test/*.js"11},12"repository": {13"type": "git",14"url": "git://github.com/substack/path-browserify.git"15},16"homepage": "https://github.com/substack/path-browserify",17"keywords": [18"path",19"browser",20"browserify"21],22"author": {23"name": "James Halliday",24"email": "[email protected]",25"url": "http://substack.net"26},27"license": "MIT",28"bugs": {29"url": "https://github.com/substack/path-browserify/issues"30},31"_id": "[email protected]",32"dist": {33"shasum": "a0b870729aae214005b7d5032ec2cbbb0fb4451a",34"tarball": "http://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz"35},36"_from": "path-browserify@>=0.0.0 <0.1.0",37"_npmVersion": "1.3.14",38"_npmUser": {39"name": "substack",40"email": "[email protected]"41},42"maintainers": [43{44"name": "substack",45"email": "[email protected]"46}47],48"directories": {},49"_shasum": "a0b870729aae214005b7d5032ec2cbbb0fb4451a",50"_resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz"51}525354