react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / buffer / node_modules / base64-js / package.json
80738 views{1"author": {2"name": "T. Jameson Little",3"email": "[email protected]"4},5"name": "base64-js",6"description": "Base64 encoding/decoding in pure JS",7"version": "0.0.7",8"repository": {9"type": "git",10"url": "git://github.com/beatgammit/base64-js.git"11},12"main": "lib/b64.js",13"scripts": {14"test": "tape test/*.js"15},16"testling": {17"files": "test/*.js",18"browsers": [19"ie/6..latest",20"chrome/4..latest",21"firefox/3..latest",22"safari/5.1..latest",23"opera/11.0..latest",24"iphone/6",25"ipad/6"26]27},28"engines": {29"node": ">= 0.4"30},31"license": "MIT",32"dependencies": {},33"devDependencies": {34"tape": "~2.3.2"35},36"bugs": {37"url": "https://github.com/beatgammit/base64-js/issues"38},39"homepage": "https://github.com/beatgammit/base64-js",40"_id": "[email protected]",41"_shasum": "54400dc91d696cec32a8a47902f971522fee8f48",42"_from": "[email protected]",43"_npmVersion": "1.4.9",44"_npmUser": {45"name": "beatgammit",46"email": "[email protected]"47},48"maintainers": [49{50"name": "beatgammit",51"email": "[email protected]"52},53{54"name": "feross",55"email": "[email protected]"56}57],58"dist": {59"shasum": "54400dc91d696cec32a8a47902f971522fee8f48",60"tarball": "http://registry.npmjs.org/base64-js/-/base64-js-0.0.7.tgz"61},62"directories": {},63"_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-0.0.7.tgz"64}656667