{
  "name": "jellypromise",
  "version": "11.1.2",
  "description": "A tiny and fast Promises/A+ library, with thoughtful error handling.",
  "main": "./lib-node/index.js",
  "browser": {
    "./lib-node/index.js": "./lib-browser/index.js",
    "./production.js": "./lib-browser-production/index.js"
  },
  "scripts": {
    "prepublish": "$(npm bin)/in-publish && ./tools/npm/prepublish || true",
    "postpublish": "./tools/npm/postpublish",
    "build": "$(npm bin)/gulp",
    "pretest": "$(npm bin)/gulp",
    "test": "$(npm bin)/mocha --bail --timeout 1000 --slow 99999 -R dot && node --expose-gc test-memory-leak",
    "zuul": "zuul -- test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JoshuaWise/jellypromise.git"
  },
  "author": "Joshua Wise <joshuathomaswise@gmail.com>",
  "bugs": {
    "url": "https://github.com/JoshuaWise/jellypromise/issues"
  },
  "homepage": "https://github.com/JoshuaWise/jellypromise#readme",
  "keywords": [
    "promise",
    "async",
    "A+",
    "long stack traces",
    "stream",
    "observable"
  ],
  "license": "MIT",
  "devDependencies": {
    "acorn": "^3.3.0",
    "bluebird": "^3.5.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "deep-eql": "^0.1.3",
    "fs-extra-promise": "^0.3.1",
    "glob": "^7.1.1",
    "gulp": "^3.9.1",
    "in-publish": "^2.0.0",
    "mocha": "^2.5.3",
    "promises-aplus-tests": "^2.1.2"
  },
  "dependencies": {
    "cli-color": "^1.2.0",
    "error-stack-parser": "^1.3.6"
  }
}
