forked from vedmalex/mws-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 826 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "node-mws-sdk",
"description": "Amazon Marketplace Web Services client with support for all api calls, using ES6 Promises.",
"keywords": [
"mws",
"amazon",
"marketplace",
"fba",
"sellers"
],
"homepage": "http://_",
"version": "0.1.3",
"author": {
"name": "Stephen M. Senesac",
"email": "stephen@senesac.me"
},
"main": "./lib/mws",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/smsenesac/mws-sdk.git"
},
"dependencies": {
"xml2js": "^0.4.12",
"underscore": "^1.8.3",
"request": "^2.60.0"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha -t 5000"
},
"bugs": {
"url": "https://github.com/snsemesac/mws-sdk/issues"
}
}