{
  "name": "plastiq-throttle",
  "version": "1.4.0",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "plastiq"
  ],
  "author": "Tim Macfarlane <timmacfarlane@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "2.3.0",
    "mocha": "2.2.4",
    "trytryagain": "1.0.1"
  },
  "peerDependencies": {
    "plastiq": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/featurist/plastiq-throttle.git"
  },
  "bugs": {
    "url": "https://github.com/featurist/plastiq-throttle/issues"
  },
  "homepage": "https://github.com/featurist/plastiq-throttle",
  "description": "Throttle calls to a function, by arguments, by time, and by promise completion."
}
