apa-api
Version:
Amazon Product Advertising API client
46 lines (45 loc) • 1.22 kB
JSON
{
"name": "apa-api",
"version": "0.1.5",
"description": "Amazon Product Advertising API client",
"homepage": "https://github.com/sekko27/node-apa-api",
"main": "index.js",
"scripts": {
"test": "mocha -R spec --recursive tests",
"prepublish": "coffee -c -o lib src && coffee -c index.coffee && coffee -c -o tests tests-src",
"postinstall": "[ -d \"lib\" ] || (echo \"Compiling coffee sources\" && coffee -c -o lib src && coffee -c index.coffee)"
},
"bugs": {
"url": "https://github.com/sekko27/node-apa-api/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/sekko27/node-apa-api.git"
},
"keywords": [
"Amazon",
"Product",
"Advertising",
"API"
],
"author": "Sekko <sekko272727@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "~1.5.2",
"lodash": "~4.5.1",
"moment": "~2.11.2",
"wire-context-helper": "~0.2.5",
"q": "~1.4.1",
"wire": "~0.10.11",
"URIjs": "~1.16.1",
"request": "~2.69.0"
},
"devDependencies": {
"chai": "~3.5.0",
"chai-as-promised": "~5.2.0",
"concat-stream": "~1.5.1",
"load-grunt-tasks": "~3.4.0",
"mocha": "~2.4.5",
"xml2js": "~0.4.16"
}
}