
{
  "name": "enumjs",
  "id": "enumjs",
  "version": "0.0.1",
  "description": "Enumeration over abstract collection of elements",
  "keywords": [ "enumeration", "iteration", "functional", "sequences", "lists" ],
  "author": "Sergi Mansilla <sergi.mansilla@gmail.com> (http://sergimansilla.com)",
  "homepage": "https://github.com/sergi/enumjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/sergi/enumjs.git"
  },
  "bugs": {
    "url": "https://github.com/sergi/enumjs/issues"
  },
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "~1.5.0"
  },
  "main": "./index.js",
  "engines": {
    "node": ">=0.4"
  },
  "scripts": {
    "test": "mocha -R spec -t 5000"
  },
  "licenses": [{
    "type" : "MIT",
    "url" : "https://github.com/sergi/jsftp/blob/master/LICENSE"
  }]
}


