forked from beardon/mws-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 863 Bytes
/
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
{
"name": "mws-api",
"version": "2.0.1",
"description": "Amazon Marketplace Web Services API client",
"main": "index.js",
"scripts": {
"test": "mocha -c test/xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beardon/mws-api.git"
},
"keywords": [
"mws",
"amazon",
"marketplace",
"fba",
"sellers"
],
"author": "Tyson Cleary <[email protected]> (https://github.com/tyscorp)",
"license": "MIT",
"bugs": {
"url": "https://github.com/beardon/mws-api/issues"
},
"homepage": "https://github.com/beardon/mws-api#readme",
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"bluebird": "^3.4.7",
"lodash": "^4.17.4",
"request": "^2.79.0",
"xml": "^1.0.1",
"xml2json": "^0.10.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}