package.json 413 B

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