promised-sqs
Version:
A wrapper for AWS SQS to Promises
29 lines (28 loc) • 626 B
JSON
{
"name": "promised-sqs",
"version": "1.0.2",
"description": "A wrapper for AWS SQS to Promises",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thecaddy/promised-sqs"
},
"keywords": [
"aws",
"sqs",
"promise",
"amazon"
],
"author": "Joel Trost <joel.trost@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/thecaddy/promised-sqs/issues"
},
"homepage": "https://github.com/thecaddy/promised-sqs",
"dependencies": {
"aws-sdk": "^2.1.8"
}
}