ring-array
Version:
A simple ring buffer implemented as an Array.
29 lines (28 loc) • 584 B
JSON
{
"name": "ring-array",
"version": "0.1.0",
"description": "A simple ring buffer implemented as an Array.",
"main": "ring-array.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/Schoonology/ring-array.git"
},
"keywords": [
"ring",
"array",
"ring buffer",
"fixed-size"
],
"author": "Michael Schoonmaker <michael.r.schoonmaker@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "~1.8.0",
"mocha": "~1.13.0"
}
}