UNPKG

react-router-ga

Version:

[![Downloads](https://img.shields.io/npm/dm/react-router-ga)](https://npm.im/react-router-ga) [![Version](https://img.shields.io/npm/v/react-router-ga)](https://npm.im/react-router-ga) [![License](https://img.shields.io/npm/l/react-router-ga)](https://ope

32 lines (31 loc) 679 B
{ "name": "cyclist", "version": "1.0.1", "repository": { "type": "git", "url": "git://github.com/mafintosh/cyclist" }, "description": "Cyclist is an efficient cyclic list implemention.", "dependencies": {}, "keywords": [ "circular", "buffer", "ring", "cyclic", "data" ], "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>", "devDependencies": { "standard": "^3.8.0", "tape": "^4.0.0" }, "bugs": { "url": "https://github.com/mafintosh/cyclist/issues" }, "homepage": "https://github.com/mafintosh/cyclist", "main": "index.js", "scripts": { "test": "standard && tape test.js" }, "license": "MIT" }