{
  "name": "fun-fp",
  "version": "1.14.0",
  "description": "a fun and lightweight functional library",
  "main": "lib/index.js",
  "scripts": {
    "test": "tape ./src/**/test.js | faucet",
    "build": "babel src --out-dir lib --ignore test.js",
    "lint": "standard 'src/**/*.js'"
  },
  "keywords": [],
  "author": "Tom",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "faucet": "^0.0.1",
    "standard": "^8.6.0",
    "tape": "^4.6.2"
  },
  "dependencies": {},
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twilson63/fun-fp.git"
  },
  "bugs": {
    "url": "https://github.com/twilson63/fun-fp/issues"
  },
  "homepage": "https://github.com/twilson63/fun-fp#readme"
}
