Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "whatwg-fetch",
"description": "A window.fetch polyfill.",
"version": "1.0.0",
"main": "fetch.js",
"repository": "github/fetch",
"license": "MIT",
"devDependencies": {
"bower": "1.3.8",
"chai": "1.10.0",
"jshint": "2.8.0",
"mocha": "2.1.0",
"mocha-phantomjs-core": "2.0.1",
"url-search-params": "0.5.0"
},
"files": [
"LICENSE",
"fetch.js"
]
}