{
  "name": "itrr",
  "version": "0.0.10",
  "description": "Higher Order functions for use with iterables.",
  "main": "./dist/itrr.js",
  "scripts": {
    "test": "jest master/ --watchAll",
    "build": "NODE_ENV=production webpack --display-modules",
    "watch": "NODE_ENV=production webpack -w"
  },
  "keywords": [
    "javascript",
    "iterables",
    "Higher Order Functions"
  ],
  "author": "Conor Fleming",
  "repository": "https://github.com/conorflemingATX/itr",
  "license": "MIT",
  "dependencies": {
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-function-bind": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/plugin-proposal-pipeline-operator": "^7.3.2",
    "@babel/preset-env": "^7.3.4",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-ramda": "^2.0.0",
    "babel-preset-minify": "^0.5.0",
    "eslint": "^5.15.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-prettier": "^3.0.1",
    "jest": "^24.1.0",
    "jest-generator": "^1.0.7",
    "prettier": "^1.16.4",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-node-externals": "^1.7.2"
  }
}
