queen-populator-plugin
Version:
Adds populator support to queen
56 lines • 1.12 kB
JSON
{
"name": "queen-populator-plugin",
"version": "0.2.2",
"description": "Adds populator support to queen",
"main": "index.js",
"dependencies": {
"its": "~1.0.0",
"wd": "~0.0.27",
"browserstack": "~0.2.0",
"node-uuid": "~1.3.3"
},
"devDependencies": {
"grunt": "~0.3.15",
"mocks": "~0.0.10",
"sinon": "~1.5.2"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": "~0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ozanturgut/queen-populator-plugin.git"
},
"keywords": [
"browser",
"runner",
"distributed",
"js",
"javascript",
"queen",
"controller",
"remote-execution",
"remote",
"test-runner",
"test",
"remote",
"parallel",
"browser",
"plugin"
],
"homepage": "http://queenjs.com",
"author": {
"name": "Ozan Turgut",
"email": "ozanturgut@gmail.com",
"url": "http://oztu.org"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/ozanturgut/queen-populator-plugin/blob/master/LICENSE-APACHE2"
}
]
}