You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
393 B
15 lines
393 B
{
|
|
"name": "arraybuffer.slice",
|
|
"description": "Exports a function for slicing ArrayBuffers (no polyfilling)",
|
|
"version": "0.0.6",
|
|
"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"
|
|
}
|
|
}
|
|
|