-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "amazon-pa-api50",
"version": "0.2.0",
"description": "Amazon Product Advertising API v5.0 for JavasScript & NodeJs",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "node ./demo/index.js"
},
"keywords": [
"amazon",
"affiliate",
"product",
"advertising",
"javascript",
"node"
],
"author": {
"name": "Ariful Haque",
"email": "[email protected]",
"url": "https://arifulhaque.com"
},
"license": "MIT",
"homepage": "https://github.com/arifulhb/amazon-pa-api50",
"repository": {
"type": "git",
"url": "https://github.com/arifulhb/amazon-pa-api50.git"
},
"bugs": {
"url": "https://github.com/arifulhb/amazon-pa-api50/issues",
"email": "[email protected]"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"eslint-plugin-standard": "^4.0.1",
"standard": "^14.3.1"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"superagent": "^5.1.0"
}
}