firefox-profile
Version:
firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities
74 lines (73 loc) • 1.64 kB
JSON
{
"name": "firefox-profile",
"version": "0.2.6",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",
"main": "lib/firefox_profile",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt travis",
"blanket": {
"pattern": [
"/lib/firefox_profile"
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/saadtazi/firefox-profile-js.git"
},
"keywords": [
"selenium",
"webdriver",
"firefox",
"firefox profile",
"nodejs"
],
"author": "Saad Tazi",
"license": "MIT",
"bugs": {
"url": "https://github.com/saadtazi/firefox-profile-js/issues"
},
"contributors": [
{
"name": "testingbot",
"url": "http://www.testingbot.com"
},
{
"name": "David Sturley",
"url": "https://github.com/circusbred"
},
{
"name": "Jordan Santell",
"url": "http://jsantell.com"
}
],
"devDependencies": {
"blanket": "~1.1.5",
"chai": "~1.9",
"chai-fs": "0.0.3",
"chai-as-promised": "~4.1.0",
"grunt": "~0.4.2",
"grunt-apidox": "~0.1.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cov": "0.2.1",
"mocha": "~1.17.0",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.33.0",
"sinon": "~1.8.2",
"sinon-chai": "~2.5.0",
"wd": "~0.2.5"
},
"dependencies": {
"adm-zip": "~0.4.3",
"archiver": "~0.6.1",
"async": "~0.2.9",
"fs-extra": "~0.8.1",
"lazystream": "~0.1.0",
"node-uuid": "~1.4.1",
"wrench": "~1.5.1",
"xml2js": "~0.4.0"
}
}