You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
666 B
JSON

{
"name": "cyclist",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/cyclist"
},
"description": "Cyclist is an efficient cyclic list implemention.",
"devDependencies": {
"brittle": "^3.3.0",
"standard": "^17.0.0"
},
"keywords": [
"circular",
"buffer",
"ring",
"cyclic",
"data"
],
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"bugs": {
"url": "https://github.com/mafintosh/cyclist/issues"
},
"homepage": "https://github.com/mafintosh/cyclist",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js"
},
"license": "MIT"
}