{
  "name": "serializerr",
  "version": "1.0.3",
  "description": "Convert Errors & Objects into an easily-serialized vanilla Object.",
  "main": "serializerr.js",
  "scripts": {
    "test": "(babel test.js > serializerr-test.js) && tape serializerr-test.js && standard",
    "prepublish": "babel index.js > serializerr.js",
    "pretest": "npm run prepublish",
    "posttest": "rm serializerr-test.js"
  },
  "keywords": [
    "object",
    "error",
    "utility",
    "JSON",
    "serialise",
    "errors",
    "non-enumerable",
    "enumberable",
    "stringify",
    "properties"
  ],
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "author": "Tim Oxley <secoif@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.13.2",
    "standard": "^7.1.2",
    "tape": "^4.6.0"
  },
  "standard": {
    "ignore": [
      "serializerr.js",
      "serializerr-test.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timoxley/serializerr.git"
  },
  "bugs": {
    "url": "https://github.com/timoxley/serializerr/issues"
  },
  "homepage": "https://github.com/timoxley/serializerr",
  "dependencies": {
    "protochain": "^1.0.5"
  }
}
