mirror of
https://github.com/Rushilwiz/innhibit.git
synced 2025-04-09 22:10:17 -04:00
27 lines
490 B
JSON
27 lines
490 B
JSON
{
|
|
"name": "buffer-writer",
|
|
"version": "2.0.0",
|
|
"description": "a fast, efficient buffer writer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --throw-deprecation"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-buffer-writer.git"
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"writer",
|
|
"builder"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
}
|