UNPKG

isomorphic-fetch

Version:
25 lines (24 loc) 636 B
{ "name": "isomorphic-fetch", "version": "1.0.0", "description": "Fetch for node", "browser": "client.js", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/matthew-andrews/node-fetch.git" }, "author": "Matt Andrews <matt@mattandre.ws>", "license": "MIT", "bugs": { "url": "https://github.com/matthew-andrews/node-fetch/issues" }, "homepage": "https://github.com/matthew-andrews/node-fetch", "dependencies": { "fetch": "git://github.com/github/fetch", "xmlhttprequest": "^1.6.0" } }