{
  "name": "hi-fetch",
  "version": "0.2.2",
  "description": "HTTP request client, Api is similar to Fetch standard, Support Electron",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/wl879/hi-fetch"
  },
  "dependencies": {
    "hi-lib": "0.4.0"
  },
  "devDependencies": {
    "hi-test": "^2.1.6"
  },
  "author": "Wang Liang",
  "license": "MIT",
  "scripts": {
    "test": "hi-test test/test_*.js -a"
  }
}
