{
  "name": "functional-utils",
  "version": "0.0.4",
  "description": "Some utils for functional programming",
  "keywords": [
    "fp",
    "funtional programming",
    "es6",
    "utils"
  ],
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "https://github.com/koluch/functional-utils.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "lint": "eslint src test",
    "lint-n-fix": "eslint --fix src test",
    "test": "babel-tape-runner tests/**.js",
    "prepublish": "npm run lint && npm run test"
  },
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-tape-runner": "^2.0.1",
    "eslint": "^2.7.0",
    "rimraf": "^2.5.2",
    "tape": "^4.5.1"
  },
  "main": "./lib/index.js"
}
