tadaa
Version:
Monitor stuff via the medium of sound.
28 lines (27 loc) • 752 B
JSON
{
"name": "tadaa",
"description": "Monitor stuff via the medium of sound.",
"version": "0.2.3",
"licenses": [{
"type": "MIT",
"url": "https://github.com/jamesbloomer/tadaa/raw/master/LICENSE"
}],
"author": { "name": "James Bloomer", "url": "https://github.com/jamesbloomer" },
"repository": {
"type": "git",
"url": "http://github.com/jamesbloomer/tadaa.git"
},
"keywords": ["monitor", "sounds", "audio", "noises"],
"dependencies": {
"async" : "x.x.x"
},
"devDependencies" : {
"jshint" : "0.5.x",
"should" : "0.5.x",
"sinon" : "1.3.x",
"mocha" : "x.x.x"
},
"main": "./lib/tadaa",
"scripts": { "test": "mocha test/*_test.js --reporter spec" },
"engines": { "node": ">= 0.4.12 < 0.11.0" }
}