forked from bhushankummar/eBay-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 1.98 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "ebay-node-client",
"version": "0.0.8",
"description": "eBay API wrapper",
"keywords": [
"eBay",
"eBay Account API",
"eBay Inventory API",
"eBay Compliance API",
"eBay Fulfillment API",
"eBay Marketing API",
"eBay Analytics API",
"eBay Metadata API",
"eBay Browse API",
"eBay Feed API",
"eBay Marketing API",
"eBay Order API",
"eBay Marketplace Insights API",
"eBay Taxonomy API",
"eBay Catalog API",
"eBay Translation API",
"eBay Analytics API",
"eBay Finding API",
"eBay Shopping API",
"eBay Merchandising API",
"eBay Trading API",
"eBay Product Services",
"eBay Client Alerts API",
"ebay-node",
"eBay-node-api",
"eBay-node-client",
"eBay-typescript",
"eBay-await",
"eBay-async",
"eBay-promises",
"eBay-products",
"eBay-sellers",
"eBay-orders",
"eBay-finances",
"eBay-inventory",
"eBay-shipment",
"eBay-api",
"eBay-sdk",
"eBay-client",
"eBay-node-api",
"eBay-node"
],
"homepage": "https://github.com/bhushankumarl/eBay-node-client",
"author": "Bhushankumar Lilapara<bhushankumar.lilapara@gmail.com>",
"contributors": [
"Bhushankumar Lilapara (bhushankumar.lilapara@gmail.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/bhushankumarl/eBay-node-client.git"
},
"bugs:": "https://github.com/bhushankumarl/eBay-node-client/issues",
"engines": {
"node": ">= v0.10.0"
},
"main": "lib/eBay-node-client.js",
"devDependencies": {
"jshint": "^2.9.5"
},
"dependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"iconv-lite": "^0.4.24",
"lodash": "^4.17.4",
"mocha": "^5.2.0",
"object-assign": "^4.1.0",
"qs": "^6.5.1",
"simple-oauth2": "^2.2.1",
"xml2js": "^0.4.19"
},
"license": "MIT",
"scripts": {
"lint": "jshint ./",
"test": "npm run lint",
"test.mocha": "npm run lint && mocha"
}
}