| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "description": "TypedArray polyfill for old browsers", |
| "devDependencies": { |
| "tape": "~2.3.2" |
| }, |
| "homepage": "https://github.com/substack/typedarray", |
| "keywords": [ |
| "ArrayBuffer", |
| "DataView", |
| "Float32Array", |
| "Float64Array", |
| "Int8Array", |
| "Int16Array", |
| "Int32Array", |
| "Uint8Array", |
| "Uint8ClampedArray", |
| "Uint16Array", |
| "Uint32Array", |
| "typed", |
| "array", |
| "polyfill" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "typedarray", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/substack/typedarray.git" |
| }, |
| "scripts": { |
| "test": "tape test/*.js test/server/*.js" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/6..latest", |
| "firefox/16..latest", |
| "firefox/nightly", |
| "chrome/22..latest", |
| "chrome/canary", |
| "opera/12..latest", |
| "opera/next", |
| "safari/5.1..latest", |
| "ipad/6.0..latest", |
| "iphone/6.0..latest", |
| "android-browser/4.2..latest" |
| ], |
| "files": "test/*.js" |
| }, |
| "version": "0.0.6" |
| } |