forked from vedmalex/mws-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.29 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
61
62
{
"name": "kjd-mws-sdk-promises",
"description": "Forked from mws-sdk-promises. '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.26",
"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": "Kevin J Dolan",
"email": "git@kevinjdolan.com"
}
],
"main": "./lib/mws",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/kjdElectronics/mws-sdk"
},
"dependencies": {
"bluebird": "3.4.1",
"crypto-js": "^3.1.9-1",
"qs": "^6.5.0",
"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"
}
}