-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 843 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
{
"name": "amazon-paapi",
"version": "1.0.7",
"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",
"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"
}
}