{
    "name": "test-studio",
    "version": "0.2.0",
    "description": "A powerful browser based unit testing user interface.",
    "dependencies": {
		"tribe": "~0.4.0",
		"optimist": "~0.6.1",
		"q": "~1.0.0",
		"underscore": "~1.5.2"
    },
	"devDependencies": {
	},
    "main": "server.js",
	"bin": {
		"test-studio": "bin/test-studio"
	},
    "homepage": "http://github.com/danderson00/tribe",
    "author": {
        "name": "Dale Anderson",
        "email": "tribejs@gmail.com",
        "url": "https://github.com/danderson00"
    },
    "keywords": [
        "unit",
        "test",
        "mocha",
        "browser"
    ],
    "contributors": [
        {
            "name": "Dale Anderson",
            "email": "tribejs@gmail.com",
            "url": "https://github.com/danderson00"
        }
    ],
    "bugs": {
        "url": "http://github.com/danderson00/tribe/issues"
    },
    "license": {
        "type": "MIT",
        "url": "http://opensource.org/licenses/MIT"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/danderson00/tribe.git"
    },
    "engines": {
        "node": ">=0.6.0"
    },
    "readmeFilename": "README.md"
}
