|  | { | 
|  | "author": { | 
|  | "email": "niklasvh@gmail.com", | 
|  | "name": "Niklas von Hertzen", | 
|  | "url": "http://hertzen.com" | 
|  | }, | 
|  | "bugs": { | 
|  | "url": "https://github.com/niklasvh/base64-arraybuffer/issues" | 
|  | }, | 
|  | "description": "Encode/decode base64 data into ArrayBuffers", | 
|  | "devDependencies": { | 
|  | "grunt": "^0.4.5", | 
|  | "grunt-cli": "^0.1.13", | 
|  | "grunt-contrib-jshint": "^0.11.2", | 
|  | "grunt-contrib-nodeunit": "^0.4.1", | 
|  | "grunt-contrib-watch": "^0.6.1" | 
|  | }, | 
|  | "engines": { | 
|  | "node": ">= 0.6.0" | 
|  | }, | 
|  | "homepage": "https://github.com/niklasvh/base64-arraybuffer", | 
|  | "keywords": [], | 
|  | "licenses": [ | 
|  | { | 
|  | "type": "MIT", | 
|  | "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT" | 
|  | } | 
|  | ], | 
|  | "main": "lib/base64-arraybuffer", | 
|  | "name": "base64-arraybuffer", | 
|  | "repository": { | 
|  | "type": "git", | 
|  | "url": "https://github.com/niklasvh/base64-arraybuffer" | 
|  | }, | 
|  | "scripts": { | 
|  | "test": "grunt nodeunit" | 
|  | }, | 
|  | "version": "0.1.5" | 
|  | } |