qtsd-fork
Version:
Do not use this please
25 lines (24 loc) • 450 B
JSON
{
"name": "whatwg-fetch",
"version": "0.9.0",
"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.5.2",
"mocha-phantomjs": "3.5.2",
"mocha": "2.1.0",
"phantomjs": "1.9.13"
},
"files" : [
"LICENSE",
"fetch.js"
]
}