14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"name": "buffer-fill",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"repository": "LinusU/buffer-fill",
|
|
"scripts": {
|
|
"test": "standard && node test"
|
|
},
|
|
"devDependencies": {
|
|
"buffer-alloc-unsafe": "^0.1.0",
|
|
"standard": "^7.1.2"
|
|
}
|
|
}
|