sqsd-handler
Version:
Express middleware for handling SQS messages in AWS ElasticBeanstalk worker-tier apps.
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "sqsd-handler",
"description": "Express middleware for handling SQS messages in AWS ElasticBeanstalk worker-tier apps.",
"version": "0.1.3",
"keywords": [
"aws",
"elasticbeanstalk",
"beanstalk",
"sqs",
"sqsd",
"express"
],
"scripts": {
"test": "node_modules/.bin/_mocha",
"coverage": "node_modules/.bin/grunt coverage"
},
"homepage": "https://github.com/jvwing/sqsd-handler",
"repository": {
"type": "git",
"url": "git://github.com/jvwing/sqsd-handler.git"
},
"bugs": {
"url": "https://github.com/jvwing/sqsd-handler/issues"
},
"license": "MIT",
"author": {
"name": "James Wing",
"email": "jvwing@gmail.com",
"url": "https://github.com/jvwing/"
},
"dependencies": {
"bluebird": "^2.3.11",
"express": "~4.9.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"node-mocks-http": "^1.4.3"
}
}