{ "name": "whatwg-fetch", "description": "A window.fetch polyfill.", "version": "0.11.1", "main": "fetch.js", "repository": "github/fetch", "licenses": [ { "type": "MIT", "url": "https://github.com/github/fetch/blob/master/LICENSE" } ], "devDependencies": { "bower": "1.3.8", "chai": "1.10.0", "jshint": "2.8.0", "mocha-phantomjs": "3.5.2", "mocha": "2.1.0", "phantomjs": "1.9.19" }, "files" : [ "LICENSE", "fetch.js" ] }