{ 
    "name": "tadaa-pivotaltracker",
    "description": "Pivotal Tracker plugin for tadaa, the audio monitoring module.",
    "version": "0.0.1",
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/jamesbloomer/tadaa-pivotaltracker/raw/master/LICENSE"
    }],
    "author": { 
        "name": "James Bloomer", 
        "url": "https://github.com/jamesbloomer"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/jamesbloomer/tadaa-pivotaltracker.git" 
    },
    "keywords": ["pivotaltracker","monitor", "sounds", "audio", "noises"],
    "dependencies": {
        "pivotal": "0.1.x"
    },
    "devDependencies" : {
        "sinon" : "1.3.x",
        "mocha" : "x.x.x"
    },
    "scripts": { 
        "test": "mocha test/*_test.js --reporter spec"
    },
    "engines": { 
        "node": ">= 0.4.12 < 0.11.0" 
    }
}