{
    "name": "fetch-default",
    "version": "1.0.18",
    "description": "Add global default properties for the web fetch",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "babel": "babel index.source.js -o index.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dengbupapapa/fetch-default.git"
    },
    "keywords": [
        "fetch、web、global、default"
    ],
    "author": "dengbupapapa",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/dengbupapapa/fetch-default/issues"
    },
    "homepage": "https://github.com/dengbupapapa/fetch-default#readme",
    "devDependencies": {
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-stage-0": "^6.24.1"
    },
    "dependencies": {
        "fetch-polyfill": "^0.8.2"
    }
}
