{
  "name": "sets",
  "version": "0.2.0",
  "description": "A library for working with Sets and arrays as sets.",
  "main": "dist/sets.js",
  "scripts": {
    "build": "webpack",
    "flow": "flow",
    "test": "mocha --require babel-core/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcopennekamp/sets.git"
  },
  "keywords": [
    "set",
    "util",
    "subset",
    "union",
    "intersection",
    "difference"
  ],
  "author": "Marco Pennekamp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marcopennekamp/sets/issues"
  },
  "homepage": "https://github.com/marcopennekamp/sets#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.1.2",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "chai": "^4.1.2",
    "eslint": "^4.15.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-flowtype": "^2.41.0",
    "eslint-plugin-import": "^2.8.0",
    "flow-bin": "^0.63.1",
    "mocha": "^4.1.0",
    "webpack": "^3.10.0"
  }
}
