{
  "name": "@kizzlebot/ramda",
  "version": "1.1.1",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "mocha -r ./tests/test-utils/index.utils.js --recursive './tests/**/*.spec.js'",
    "test:coverage": "nyc mocha -r ./tests/test-utils/index.utils.js --recursive './tests/**/*.spec.js'"
  },
  "nyc": {
    "exclude": [
      "tests/**/*.spec.js",
      "tests/**/*.js",
      "tests/**/*.utils.js"
    ]
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "ramda": "^0.25.0"
  },
  "homepage": "https://github.com/kizzlebot/ramda-extensions",
  "repository": {
    "type": "git",
    "url": "git@github.com:kizzlebot/ramda-extensions"
  },
  "author": {
    "name": "James Choi"
  },
  "contributors": [
    {
      "name": "James Choi",
      "email": "choijj@mail.broward.edu"
    }
  ],
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.0.0",
    "nyc": "^11.4.1",
    "sinon": "^4.2.2",
    "sinon-chai": "^2.14.0"
  }
}
