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.
23 lines
446 B
23 lines
446 B
{
|
|
"name": "buffer-to-arraybuffer",
|
|
"main": "buffer-to-arraybuffer.js",
|
|
"version": "0.0.4",
|
|
"homepage": "https://github.com/miguelmota/buffer-to-arraybuffer",
|
|
"authors": [
|
|
"Miguel Mota <miguelmota2@gmail.com>"
|
|
],
|
|
"description": "Convert Buffer to ArrayBuffer",
|
|
"keywords": [
|
|
"buffer",
|
|
"array"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"license": "MIT"
|
|
}
|