{"name":"deadunit",
 "description": "A dead-simple nestable unit testing library for javascript and node.js.",
 "keywords": ["unit", "test", "testing", "javascript", "node"],
 "version":"5.2.2",
 "dependencies":{
     "colors":"https://github.com/fresheneesz/colors.js/archive/e990804d7c301765409770582c6aa6d562a23198.tar.gz",
     "deadunit-core":"5.0.22",
     "proto":"1.0.17",
     "async-future":"0.1.18",
     "blocks.js":"0.9.14"
 },
 "devDependencies": {
     "requirejs": "2.2.0",
     "build-modules":"2.2.2"
 },
 "author": "Billy Tetrud <bitetrudpublic@gmail.com> (https://github.com/fresheneesz/)",
 "license": {
   "name": "MIT",
   "url": "http://www.opensource.org/licenses/mit-license.php"
 },
 "main": "deadunit.node.js",
 "repository": {
   "type": "git",
   "url": "git://github.com/fresheneesz/deadunit"
 },
 "scripts": {
   "test": "node test/testDeadunit.js"
 }
}
