react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / console-browserify / package.json
80711 views{1"name": "console-browserify",2"version": "1.1.0",3"description": "Emulate console for all the browsers",4"keywords": [],5"author": {6"name": "Raynos",7"email": "[email protected]"8},9"repository": {10"type": "git",11"url": "git://github.com/Raynos/console-browserify.git"12},13"main": "index",14"homepage": "https://github.com/Raynos/console-browserify",15"contributors": [16{17"name": "Raynos"18}19],20"bugs": {21"url": "https://github.com/Raynos/console-browserify/issues",22"email": "[email protected]"23},24"dependencies": {25"date-now": "^0.1.4"26},27"devDependencies": {28"tape": "^2.12.3",29"jsonify": "0.0.0",30"tap-spec": "^0.1.8",31"run-browser": "^1.3.0",32"tap-dot": "^0.2.1"33},34"licenses": [35{36"type": "MIT",37"url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"38}39],40"scripts": {41"test": "node ./test/index.js | tap-spec",42"dot": "node ./test/index.js | tap-dot",43"start": "node ./index.js",44"cover": "istanbul cover --report none --print detail ./test/index.js",45"view-cover": "istanbul report html && google-chrome ./coverage/index.html",46"browser": "run-browser test/index.js",47"phantom": "run-browser test/index.js -b | tap-spec",48"build": "browserify test/index.js -o test/static/bundle.js",49"testem": "testem"50},51"testling": {52"files": "test/index.js",53"browsers": [54"ie/8..latest",55"firefox/16..latest",56"firefox/nightly",57"chrome/22..latest",58"chrome/canary",59"opera/12..latest",60"opera/next",61"safari/5.1..latest",62"ipad/6.0..latest",63"iphone/6.0..latest",64"android-browser/4.2..latest"65]66},67"_id": "[email protected]",68"dist": {69"shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",70"tarball": "http://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz"71},72"_from": "console-browserify@>=1.1.0 <2.0.0",73"_npmVersion": "1.4.6",74"_npmUser": {75"name": "raynos",76"email": "[email protected]"77},78"maintainers": [79{80"name": "raynos",81"email": "[email protected]"82}83],84"directories": {},85"_shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",86"_resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz"87}888990