apa-client
Version:
An Amazon Product Advertising API client.
29 lines (28 loc) • 600 B
JSON
{
"name": "apa-client",
"version": "0.1.2",
"description": "An Amazon Product Advertising API client.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec -t 6000 test/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lbdremy/apa-node-client"
},
"keywords": [
"amazon",
"product",
"advertising",
"client"
],
"author": "Rémy Loubradou <remyloubradou@gmail.com>",
"license": "MIT",
"dependencies" : {
"xml2js" : "0.1.x"
},
"devDependencies" : {
"mocha" : "*",
"chai" : "*"
}
}