-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
{
"name": "amazon-paapi",
"version": "1.1.0",
"description": "Amazon Associate Product Advertising API for NodeJs. A PAAPI 5.0 Extension.",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgerosal/amazon-paapi.git"
},
"author": "Jorge Rosal",
"license": "MIT",
"files": [
"app.js",
"README.md",
"LICENSE",
"CHANGELOG.md",
"marketplace.json",
"SDK/src",
"SDK/LICENSE.txt",
"SDK/NOTICE.txt",
"SDK/COPYING.txt",
"sample"
],
"bugs": {
"url": "https://github.com/jorgerosal/amazon-paapi/issues"
},
"homepage": "https://github.com/jorgerosal/amazon-paapi#readme",
"keywords": [
"paapi5",
"PA-API 5.0",
"aws associate",
"product advertising api",
"amazon paapi sdk nodejs",
"amazon itemlookup",
"amazon getItems",
"amazon searchItems",
"amazon browseNodeRequest",
"amazon getVariation"
],
"dependencies": {
"crypto-js": "^4.0.0",
"querystring": "^0.2.1",
"superagent": "^5.2.2"
}
}