{
  "name": "sinon-stub-promise",
  "version": "4.0.0",
  "description": "Synchronous Promise stubbing for Sinon.JS",
  "author": "Alex May <alex@substantial.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/substantial/sinon-stub-promise"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha spec"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "mocha": "^2.1.0",
    "rsvp": "^3.0.16",
    "sinon": "^1.12.2"
  }
}
