File size: 413 Bytes
f9f1a35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"name": "arraybuffer.slice",
"description": "Exports a function for slicing ArrayBuffers (no polyfilling)",
"version": "0.0.7",
"license": "MIT",
"homepage": "https://github.com/rase-/arraybuffer.slice",
"dependencies": {},
"devDependencies": {
"mocha": "1.17.1",
"expect.js": "0.2.0"
},
"repository": {
"type": "git",
"url": "[email protected]:rase-/arraybuffer.slice.git"
}
}
|