{
  "name": "double-stack",
  "version": "2.1.0",
  "description": "Deep stack traces plus active handles with cheese.",
  "main": "./dist/double-stack.js",
  "author": "Chris Barber <chris@cb1inc.com> (https://github.com/cb1kenobi)",
  "license": "MIT",
  "keywords": [
    "stacktrace",
    "stack trace",
    "deep",
    "long",
    "stack",
    "trace",
    "handles",
    "settimeout",
    "setinterval",
    "setimmediate",
    "nexttick",
    "eventemitter",
    "emitter",
    "promise"
  ],
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coverage",
    "docs": "gulp docs",
    "prepublish": "gulp build",
    "test": "gulp test"
  },
  "dependencies": {
    "source-map-support": "^0.4.15"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-preset-env": "^1.5.1",
    "chai": "^4.0.1",
    "codeclimate-test-reporter": "^0.4.1",
    "coveralls": "^2.13.1",
    "del": "^2.2.2",
    "esdoc-es7-plugin": "^0.0.3",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-babel-istanbul": "^1.6.0",
    "gulp-debug": "^3.1.0",
    "gulp-esdoc": "^0.4.1",
    "gulp-eslint": "^3.0.1",
    "gulp-filter": "^5.0.0",
    "gulp-inject-modules": "^1.0.0",
    "gulp-load-plugins": "^1.5.0",
    "gulp-mocha": "^3.0.1",
    "gulp-plumber": "^1.1.0",
    "gulp-sourcemaps": "^2.6.0",
    "sinon": "^2.3.2",
    "sinon-chai": "^2.10.0"
  },
  "homepage": "https://github.com/cb1kenobi/double-stack",
  "bugs": "https://github.com/cb1kenobi/double-stack/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/cb1kenobi/double-stack.git"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
