forked from vedmalex/mws-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "mws-sdk-promises",
"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.9.17",
"author": {
"name": "Eibbor Srenduas",
"email": "[email protected]",
"url": "http://eibbors.net"
},
"contributors": [{
"name": "Adrian Sanchezdelc",
"email": "[email protected]"
}, {
"name": "David F. Sklar",
"email": "[email protected]"
}, {
"name": "Alex I. Vedmedenko",
"email": "[email protected]"
}],
"main": "./lib/mws",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/vedmalex/mws-sdk.git"
},
"dependencies": {
"xml2js": "^0.4.12",
"bluebird": "3.4.1",
"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/ticadia/mws-sdk/issues"
}
}