react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / browserify-zlib / package.json
80708 views{1"name": "browserify-zlib",2"version": "0.1.4",3"description": "Full zlib module for browserify",4"keywords": [5"zlib",6"browserify"7],8"main": "src/index.js",9"directories": {10"test": "test"11},12"dependencies": {13"pako": "~0.2.0"14},15"devDependencies": {16"tape": "^2.12.3",17"brfs": "^1.0.1"18},19"testling": {20"files": "test/*.js",21"browsers": [22"ie/6..latest",23"chrome/22..latest",24"firefox/16..latest",25"safari/latest",26"opera/11.0..latest",27"iphone/6",28"ipad/6",29"android-browser/latest"30]31},32"scripts": {33"test": "node_modules/tape/bin/tape test/*.js"34},35"author": {36"name": "Devon Govett",37"email": "[email protected]"38},39"license": "MIT",40"repository": {41"type": "git",42"url": "git://github.com/devongovett/browserify-zlib.git"43},44"bugs": {45"url": "https://github.com/devongovett/browserify-zlib/issues"46},47"homepage": "https://github.com/devongovett/browserify-zlib",48"_id": "[email protected]",49"dist": {50"shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",51"tarball": "http://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz"52},53"_from": "browserify-zlib@>=0.1.2 <0.2.0",54"_npmVersion": "1.4.4",55"_npmUser": {56"name": "devongovett",57"email": "[email protected]"58},59"maintainers": [60{61"name": "devongovett",62"email": "[email protected]"63}64],65"_shasum": "bb35f8a519f600e0fa6b8485241c979d0141fb2d",66"_resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz"67}686970