{
  "name": "eslint-plugin-ramda",
  "version": "2.2.0",
  "description": "ESLint rules for use with Ramda",
  "license": "MIT",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "ramda",
    "fantasy-land"
  ],
  "author": "Marcelo Camargo <marcelocamargo@linuxmail.org>",
  "contributors": [
    "Mathias Schreck <schreck.mathias@gmail.com>"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./",
    "test": "nyc ava",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
  },
  "dependencies": {
    "create-eslint-index": "^1.0.0",
    "ramda": "0.25.0",
    "req-all": "^1.0.0"
  },
  "devDependencies": {
    "ava": "^0.23.0",
    "codecov": "^3.0.0",
    "eslint": "~4.11.0",
    "eslint-ava-rule-tester": "^2.0.2",
    "nyc": "^11.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ramda/eslint-plugin-ramda.git"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "index.js",
    "ast-helper.js",
    "rules/",
    "LICENSE",
    "README.md"
  ]
}
