{
  "name": "xceptor",
  "version": "0.4.0",
  "description": "AN INTERCEPTOR OF XHR",
  "main": "xceptor.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "prepublish": "global2umd src/xceptor.js XCeptor > xceptor.js",
    "test": "npm run lint && npm run prepublish && ui-tester-start tests",
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YanagiEiichi/xceptor.git"
  },
  "author": "YanagiEiichi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YanagiEiichi/xceptor/issues"
  },
  "homepage": "https://github.com/YanagiEiichi/xceptor#readme",
  "devDependencies": {
    "eslint": "^5.15.3",
    "global2umd": "0.0.1",
    "ui-tester": "^1.2.2"
  },
  "reciperConfig": {
    "darkColor": "#333",
    "normalColor": "#666",
    "primaryColor": "#000",
    "logoUrl": "",
    "languages": [
      "xml",
      "markdown",
      "bash"
    ],
    "home": "/xceptor/",
    "items": [
      {
        "text": "Introduction",
        "href": "/xceptor/docs/intro/"
      },
      {
        "text": "Github",
        "href": "//github.com/YanagiEiichi/xceptor/",
        "target": "_blank"
      }
    ]
  }
}
