{
  "name": "js-error-handler",
  "version": "0.1.3",
  "description": "JS library for simply handling and recording js errors",
  "main": "dist/js-error-handler.js",
  "repository": "git@github.com:pallant/js-error-handler.git",
  "author": "Joel Day",
  "license": "MIT",
  "scripts": {
    "build": "babel src -d dist --copy-files"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-jest": "^19.0.0",
    "babel-plugin-async-to-promises": "^1.0.5",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.14.0"
  }
}
