react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / browser-pack / package.json
80712 views{1"name": "browser-pack",2"version": "3.2.0",3"description": "pack node-style source files from a json stream into a browser bundle",4"main": "index.js",5"bin": {6"browser-pack": "bin/cmd.js"7},8"dependencies": {9"JSONStream": "~0.8.4",10"combine-source-map": "~0.3.0",11"concat-stream": "~1.4.1",12"defined": "~0.0.0",13"through2": "~0.5.1",14"umd": "^2.1.0"15},16"devDependencies": {17"tap": "~0.4.0",18"tape": "~0.2.2",19"uglify-js": "1.3.5",20"convert-source-map": "~0.3.1",21"parse-base64vlq-mappings": "~0.1.1"22},23"scripts": {24"test": "tap test/*.js",25"prepublish": "node bin/prepublish.js"26},27"testling": {28"files": "test/*.js",29"browsers": [30"ie/8",31"ie/9",32"ie/10",33"chrome/15",34"chrome/latest",35"firefox/10",36"firefox/latest",37"safari/latest",38"opera/latest"39]40},41"repository": {42"type": "git",43"url": "git://github.com/substack/browser-pack.git"44},45"homepage": "https://github.com/substack/browser-pack",46"keywords": [47"browser",48"bundle",49"commonjs",50"commonj-esque",51"exports",52"module.exports",53"require"54],55"author": {56"name": "James Halliday",57"email": "[email protected]",58"url": "http://substack.net"59},60"license": "MIT",61"gitHead": "15c9d1b580150902b123761a1657722e1afd4ace",62"bugs": {63"url": "https://github.com/substack/browser-pack/issues"64},65"_id": "[email protected]",66"_shasum": "faa1cbc41487b1acc4747e373e1148adffd0e2d9",67"_from": "browser-pack@>=3.2.0 <4.0.0",68"_npmVersion": "2.0.2",69"_nodeVersion": "0.10.31",70"_npmUser": {71"name": "substack",72"email": "[email protected]"73},74"maintainers": [75{76"name": "substack",77"email": "[email protected]"78}79],80"dist": {81"shasum": "faa1cbc41487b1acc4747e373e1148adffd0e2d9",82"tarball": "http://registry.npmjs.org/browser-pack/-/browser-pack-3.2.0.tgz"83},84"directories": {},85"_resolved": "https://registry.npmjs.org/browser-pack/-/browser-pack-3.2.0.tgz"86}878889