bunyan-ring-buffer
Version:
30 lines (29 loc) • 697 B
JSON
{
"name": "bunyan-ring-buffer",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbpaulson/RingBuffer.git"
},
"keywords": [
"datastructures",
"RingBuffer",
"bunyan"
],
"author": "Michael B Paulson <michael.b.paulson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbpaulson/RingBuffer/issues"
},
"homepage": "https://github.com/michaelbpaulson/RingBuffer#readme",
"devDependencies": {
"bunyan": "^1.5.1",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}