{
  "name": "circular-iterable",
  "version": "2.0.1",
  "description": "Create circular, iterable data structures in JS",
  "keywords": [
    "array",
    "circular",
    "cyclical",
    "data",
    "infinite",
    "iterable",
    "iterator",
    "list",
    "repeating",
    "structure",
    "vector"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/benji6/circular-iterable.git"
  },
  "scripts": {
    "test": "node_modules/.bin/babel-node --stage 0 test"
  },
  "author": "Ben Hall",
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.8.23",
    "tape": "^4.2.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "optional": [
            "runtime"
          ]
        }
      ]
    ]
  }
}
