{
  "name": "eslint-plugin-immutablejs",
  "version": "0.1.3",
  "description": "ESLint rules for projects using Immutable.js",
  "main": "dist/index.js",
  "scripts": {
    "test": "ava",
    "test:watch": "ava --watch",
    "build": "babel lib --out-dir dist",
    "clean": "rm -rf dist && mkdir dist",
    "prepublish": "npm-run-all clean test build"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "immutable",
    "immutable.js",
    "lint"
  ],
  "author": "Andrew Levine",
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.14.0",
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "eslint": "^2.9.0",
    "npm-run-all": "^1.8.0"
  }
}
