1234567891011121314151617 |
- {
- "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": "git@github.com:rase-/arraybuffer.slice.git"
- }
- }
|