UNPKG

tribe

Version:

Tribe is a platform for building rich, powerful, highly scalable distributed HTML5 web and mobile systems.

52 lines (51 loc) 1.24 kB
{ "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" }