{
  "name": "functor-iterable",
  "version": "0.1.3",
  "description": "Iterable that implements optimized map method",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && npm run test-only && npm run check",
    "test-only": "tape test.js",
    "test-ci": "npm run lint && npm run check && npm run coveralls",
    "coveralls": "npm run cov && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cov": "nyc --reporter=lcov --require babel-register npm run test-only && nyc report",
    "lint": "eslint .",
    "check": "npm-check -i pre-commit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xgbuils/functor-iterable.git"
  },
  "keywords": [
    "functor",
    "map",
    "iterable"
  ],
  "author": "Xavier Garcia Buils <xgbuils@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xgbuils/functor-iterable/issues"
  },
  "homepage": "https://github.com/xgbuils/functor-iterable#readme",
  "devDependencies": {
    "babel-register": "^6.26.0",
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "npm-check": "^5.7.1",
    "nyc": "^11.8.0",
    "pre-commit": "^1.2.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "immutable-array.of": "^0.1.0",
    "immutable-array.push": "^0.1.0",
    "immutable-array.reduce": "^0.1.0"
  },
  "pre-commit": {
    "run": "test"
  }
}
