UNPKG

queen

Version:

A platform for running scripts on many browsers

75 lines (74 loc) 1.65 kB
{ "name": "queen", "version": "0.6.0", "description": "A platform for running scripts on many browsers", "main": "index.js", "dependencies": { "commander": "~1.0.4", "express": "~3.0.0", "queen-remote": "~0.4.1", "node-uuid": "~1.3.3", "socket.io": "~0.9.10", "useragent": "~1.1.0", "its": "~1.0.0", "queen-populator-plugin": "~0.2.0", "queen-monitor-plugin": "~0.1.0" }, "devDependencies": { "grunt": "~0.4.0", "bower": "~1.2.8", "grunt-hug": "~0.5.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-copy": "~0.4.0", "grunt-contrib-less": "~0.9.0", "grunt-soy-compile": "~0.4.0", "mocks": "~0.0.10", "sinon": "~1.5.2", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-nodeunit": "~0.3.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-uglify": "~0.3.2" }, "scripts": { "test": "grunt default test" }, "engines": { "node": "~0.10.0" }, "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/turn/queen.git" }, "keywords": [ "browser", "runner", "distributed", "js", "javascript", "queen", "controller", "remote-execution", "remote", "test-runner", "test", "remote", "parallel", "browser" ], "homepage": "http://queenjs.com", "bin": { "queen": "./bin/queen" }, "author": { "name": "Ozan Turgut", "email": "ozanturgut@gmail.com", "url": "http://ozan.io" }, "licenses": [ { "type": "Apache License 2.0", "url": "https://github.com/turn/queen/blob/master/LICENSE-APACHE2" } ] }