{
  "name": "promise",
  "version": "1.3.0",
  "description": "Bare bones Promises/A+ implementation",
  "main": "index.js",
  "scripts": {
    "test": "promises-aplus-tests test/adapter-a.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/then/promise.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT",
  "dependencies": {
    "is-promise": "~1"
  },
  "devDependencies": {
    "promises-aplus-tests": "*"
  }

,"_resolved": "https://registry.npmjs.org/promise/-/promise-1.3.0.tgz"
,"_integrity": "sha1-5cyaTIJ45GZP/twBx9qEhCsEAXU="
,"_from": "promise@1.3.0"
}