forked from ticadia/mws-sdk
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
60 lines (60 loc) · 1.2 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
53
54
55
56
57
58
59
60
{
"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": "1.2.1",
"author": {
"name": "Eibbor Srenduas",
"email": "robbies@eibbors.net",
"url": "http://eibbors.net"
},
"contributors": [
{
"name": "Adrian Sanchezdelc",
"email": "adrian@ticadia.com"
},
{
"name": "David F. Sklar",
"email": "dfsklar@gmail.com"
},
{
"name": "Alex I. Vedmedenko",
"email": "vedmalex@gmail.com"
},
{
"name": "PHaroZ",
"email": "github@pharoz.net"
}
],
"main": "./lib/mws",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/vedmalex/mws-sdk.git"
},
"dependencies": {
"bluebird": "3.4.1",
"request": "^2.60.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.12"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha -t 5000"
},
"bugs": {
"url": "https://github.com/ticadia/mws-sdk/issues"
}
}