UNPKG

mws-sdk-async

Version:

A simple class based approach to work with Amazon's Merchant Web Services APIs.

39 lines (38 loc) 913 B
{ "name": "mws-sdk-async", "version": "0.11.1", "description": "A simple class based approach to work with Amazon's Merchant Web Services APIs.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/MJBlack23/mws-sdk" }, "scripts": { "document": "jsdoc -r app/", "test": "mocha -w --recursive" }, "keywords": [ "mws", "mws-sdk", "amazon web services" ], "author": "Matt Black <mjblack23@gmail.com>", "license": "ISC", "dependencies": { "lodash": "^4.17.4", "moment": "^2.20.1", "request": "^2.83.0", "request-promise-native": "^1.0.5", "xml2js": "^0.4.19" }, "devDependencies": { "bluebird": "^3.5.2", "chai": "^4.1.2", "dotenv": "^4.0.0", "eslint": "^4.14.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "jsdoc": "^3.5.5", "mocha": "^4.1.0" } }