{
  "name": "pretty-format",
  "version": "1.2.0",
  "description": "Stringify any JavaScript value.",
  "main": "dist/pretty-format.js",
  "scripts": {
    "test": "gulp",
    "test-browser": "gulp test-browser",
    "build": "gulp build",
    "coverage": "gulp coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thejameskyle/pretty-format.git"
  },
  "keywords": [
    "boilerplate",
    "es6",
    "node",
    "starter",
    "kit",
    "transpile",
    "6to5",
    "babel"
  ],
  "author": "James Kyle <me@thejameskyle.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thejameskyle/pretty-format/issues"
  },
  "homepage": "https://github.com/thejameskle/pretty-format",
  "devDependencies": {
    "babel": "^4.3.0",
    "babelify": "^5.0.3",
    "browserify": "^8.1.1",
    "chai": "^2.0.0",
    "del": "^1.1.1",
    "esperanto": "^0.6.7",
    "glob": "^4.3.5",
    "gulp": "^3.8.10",
    "gulp-babel": "^4.0.0",
    "gulp-file": "^0.2.0",
    "gulp-filter": "^2.0.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-jscs": "^1.4.0",
    "gulp-jshint": "^1.9.0",
    "gulp-livereload": "^3.4.0",
    "gulp-load-plugins": "^0.8.0",
    "gulp-mocha": "^2.0.0",
    "gulp-notify": "^2.1.0",
    "gulp-plumber": "^0.6.6",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglifyjs": "^0.6.0",
    "isparta": "^2.2.0",
    "jshint-stylish": "^1.0.0",
    "mkdirp": "^0.5.0",
    "mocha": "^2.1.0",
    "run-sequence": "^1.0.2",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0",
    "vinyl-source-stream": "^1.0.0"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "pretty-format",
    "exportVarName": "PrettyFormat",
    "mochaGlobals": [
      "stub",
      "spy",
      "expect"
    ]
  },
  "dependencies": {
    "lodash": "^3.4.0"
  }
}
