tadaa-elb
Version:
Monitor AWS Elastic Load Balancers via the medium of sound
28 lines (27 loc) • 876 B
JSON
{
"name": "tadaa-elb",
"description": "Monitor AWS Elastic Load Balancers via the medium of sound",
"version": "0.1.0",
"licenses": [{
"type": "MIT",
"url": "https://github.com/jamesbloomer/tadaa-elb/raw/master/LICENSE"
}],
"author": { "name": "James Bloomer", "url": "https://github.com/jamesbloomer" },
"repository": {
"type": "git",
"url": "http://github.com/jamesbloomer/tadaa-elb.git"
},
"keywords": ["tadaa", "monitor", "sounds", "audio", "noises", "aws", "elb"],
"dependencies": {
"aws-sdk": "1.3.1",
"underscore": "1.4.4",
"tadaa" : "*"
},
"devDependencies" : {
"mocha": "1.11.0",
"sinon": "1.7.3"
},
"main": "./tadaa-elb.js",
"scripts": { "test": "mocha test/*_test.js --reporter spec" },
"engines": { "node": ">= 0.4.12 < 0.11.0" }
}