react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / http-browserify / package.json
80711 views{1"name": "http-browserify",2"version": "1.7.0",3"description": "http module compatability for browserify",4"main": "index.js",5"browserify": "index.js",6"directories": {7"lib": ".",8"example": "example",9"test": "test"10},11"scripts": {12"test": "tape test/*.js"13},14"dependencies": {15"Base64": "~0.2.0",16"inherits": "~2.0.1"17},18"devDependencies": {19"ecstatic": "~0.1.6",20"tape": "~2.3.2"21},22"repository": {23"type": "git",24"url": "http://github.com/substack/http-browserify.git"25},26"keywords": [27"http",28"browserify",29"compatible",30"meatless",31"browser"32],33"author": {34"name": "James Halliday",35"email": "[email protected]",36"url": "http://substack.net"37},38"license": "MIT/X11",39"gitHead": "17b2990010ebd39461d1117c1e2c50c25eab869f",40"bugs": {41"url": "https://github.com/substack/http-browserify/issues"42},43"homepage": "https://github.com/substack/http-browserify",44"_id": "[email protected]",45"_shasum": "33795ade72df88acfbfd36773cefeda764735b20",46"_from": "http-browserify@>=1.4.0 <2.0.0",47"_npmVersion": "2.0.0",48"_npmUser": {49"name": "substack",50"email": "[email protected]"51},52"maintainers": [53{54"name": "substack",55"email": "[email protected]"56}57],58"dist": {59"shasum": "33795ade72df88acfbfd36773cefeda764735b20",60"tarball": "http://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz"61},62"_resolved": "https://registry.npmjs.org/http-browserify/-/http-browserify-1.7.0.tgz"63}646566