package.json 339 B

123456789101112131415
  1. {
  2. "name": "cyclist",
  3. "version": "0.2.2",
  4. "repository": "git://github.com/mafintosh/cyclist",
  5. "description": "Cyclist is an efficient cyclic list implemention.",
  6. "dependencies": {},
  7. "keywords": [
  8. "circular",
  9. "buffer",
  10. "ring",
  11. "cyclic",
  12. "data"
  13. ],
  14. "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>"
  15. }