UNPKG

amzn-mws

Version:
30 lines (29 loc) 626 B
{ "name": "amzn-mws", "version": "0.3.0", "description": "amazon MWS api client", "main": "./lib/mws.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "aisaacs", "license": "ISC", "dependencies": { "node-fetch": "^1.4.0", "xml2js": "^0.4.16" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/aisaacs/amzn-mws.git" }, "keywords": [ "amazon", "mws", "api" ], "bugs": { "url": "https://github.com/aisaacs/amzn-mws/issues" }, "homepage": "https://github.com/aisaacs/amzn-mws#readme" }