forked from t3chnoboy/amazon-product-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 891 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": "amazon-product-api",
"version": "0.0.5",
"description": "Amazon Product Advertising API client",
"main": "./lib/index.js",
"directories": {
"lib": "./lib/"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"amazon",
"aws",
"product",
"ads",
"advertising"
],
"author": "Dmitry Mazuro <dmitry.mazuro@icloud.com>",
"license": "BSD-2-Clause",
"dependencies": {
"es6-promise": "~0.1.1",
"xml2js": "~0.4.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp": "^3.6.0",
"gulp-coffee": "^1.4.1",
"mocha": "^1.18.2",
"should": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/t3chnoboy/amazon-product-api.git"
},
"bugs": {
"url": "https://github.com/t3chnoboy/amazon-product-api/issues"
},
"homepage": "https://github.com/t3chnoboy/amazon-product-api"
}