hubot-aws-sns
Version:
Hubot AWS commands for SNS only
48 lines (47 loc) • 1.11 kB
JSON
{
"name": "hubot-aws-sns",
"version": "0.5.2",
"description": "Hubot AWS commands for SNS only",
"repository": {
"type": "git",
"url": "ssh://git@github.com/conde-nast-international/hubot-aws-sns.git"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"aws-sdk": "2.4.1",
"tsv": "0.2.0",
"async": "0.9.0",
"underscore": "1.8.3",
"cson": "3.0.1",
"moment": "2.13.0"
},
"keywords": [
"aws",
"hubot",
"hubot-scripts",
"hubot aws",
"hubot-aws",
"aws-cli"
],
"bugs": {
"url": "https://github.com/conde-nast-international/hubot-aws-sns/issues"
},
"author": "msmichellegar <msmichellegar@gmail.com>",
"license": "MIT",
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"coffeelint": "^1.13.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.13.0",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "^1.0.0",
"sinon": "^1.17.1"
}
}