{
  "name": "swiftype",
  "version": "0.4.0",
  "description": "Swiftype API client",
  "homepage": "https://github.com/swiftype/swiftype-node",
  "main": "lib/swiftype.js",
  "author": "Mike Chlipala",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:swiftype/swiftype-node.git"
  },
  "engines": {
    "node": ">= v4.0"
  },
  "dependencies": {
    "async": "^2.1.4",
    "request": "~2.88.0"
  },
  "devDependencies": {
    "mocha": "~5.2.0",
    "replay": "~2.1.2"
  },
  "scripts": {
    "test": "mocha"
  }
}
