{
  "name": "rotools",
  "version": "1.3.0",
  "description": "functional utilities",
  "main": "index.js",
  "scripts": {
    "test": "node ./test/index.js | tap-spec",
    "test:watch": "nodemon --ignore test/scrap --verbose -x 'npm test'",
    "docs": "node ./scripts/updateReadme.js && documentation build --name rotools --format md --output ./docs.md ./src/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ronanyeah/rotools.git"
  },
  "author": "ronanyeah",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/ronanyeah/rotools/issues"
  },
  "homepage": "https://github.com/ronanyeah/rotools#readme",
  "dependencies": {
    "fluture": "^5.0.0",
    "node-fetch": "^1.6.3",
    "nodemailer": "^4.0.1",
    "ramda": "^0.23.0",
    "sanctuary": "^0.12.2"
  },
  "devDependencies": {
    "documentation": "^4.0.0-beta16",
    "fs-extra": "^2.1.2",
    "mock-stdin": "^0.3.1",
    "nock": "^9.0.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  }
}
