{
  "name": "twitterjerkdetector",
  "version": "2.2.1",
  "description": "Given an array of Twitter user ids, gives back an array of the subset of those user ids that aren't jerks.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/twitterjerkdetector.git"
  },
  "keywords": [
    "twitter",
    "filter",
    "jerks"
  ],
  "author": "Jim Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimkang/twitterjerkdetector/issues"
  },
  "homepage": "https://github.com/jimkang/twitterjerkdetector",
  "devDependencies": {
    "tape": "^3.0.3"
  },
  "dependencies": {
    "call-next-tick": "^1.1.2",
    "jsonfile": "^2.0.0",
    "lodash": "^2.4.1"
  }
}
