node-wretch
Version:
wretch polyfills for node.js
26 lines (25 loc) • 499 B
JSON
{
"name": "node-wretch",
"version": "0.1.1",
"description": "wretch polyfills for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"wretch",
"polyfill"
],
"author": "wmzy",
"repository": {
"type": "git",
"url": "https://github.com/wmzy/node-wretch.git"
},
"license": "ISC",
"dependencies": {
"form-data": "^2.3.1",
"node-fetch": "^1.7.3",
"wretch": "^1.1.0"
}
}