Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
saadtazi committed Oct 6, 2014
1 parent d726651 commit bb1d363
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 40 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.3.5

* updated package versions

# 0.3.4

* updated package versions
Expand Down
73 changes: 33 additions & 40 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "firefox-profile",
"version": "0.3.4",
"version": "0.3.5",
"description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities",
"main": "lib/firefox_profile",
"directories": {
Expand Down Expand Up @@ -30,59 +30,52 @@
"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"
},
{
"name": "Piotr Kuczynski",
"url": "https://github.com/pkuczynski"
},
{
"name": "halo2376",
"url": "https://github.com/halo2376"
},
{
"name": "XrXr",
"url": "https://github.com/XrXr"
}
],
"contributors": [{
"name": "testingbot",
"url": "http://www.testingbot.com"
}, {
"name": "David Sturley",
"url": "https://github.com/circusbred"
}, {
"name": "Jordan Santell",
"url": "http://jsantell.com"
}, {
"name": "Piotr Kuczynski",
"url": "https://github.com/pkuczynski"
}, {
"name": "halo2376",
"url": "https://github.com/halo2376"
}, {
"name": "XrXr",
"url": "https://github.com/XrXr"
}],
"devDependencies": {
"blanket": "~1.1.5",
"blanket": "~1.1.x",
"chai": "~1.9",
"chai-fs": "~0.1.X",
"chai-as-promised": "~4.1.0",
"grunt": "~0.4.2",
"chai-fs": "~0.1.x",
"chai-as-promised": "~4.1.x",
"grunt": "~0.4.x",
"grunt-apidox": "~0.1.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-watch": "~0.6.x",
"grunt-mocha-cov": "~0.3.x",
"mocha": "~1.21.x",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.42.x",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"request": "~2.45.x",
"sinon": "~1.10.x",
"sinon-chai": "~2.6.x",
"wd": "~0.3.x"
},
"dependencies": {
"jetpack-id": "0.0.4",
"adm-zip": "~0.4.x",
"archiver": "~0.11",
"async": "~0.9.0",
"fs-extra": "~0.11.x",
"fs-extra": "~0.12.x",
"lazystream": "~0.1.0",
"lodash": "~2.4.1",
"node-uuid": "~1.4.1",
"wrench": "~1.5.1",
"xml2js": "~0.4.0",
"ini": "~1.2.1"
"wrench": "~1.5.8",
"xml2js": "~0.4.4",
"ini": "~1.3.0"
}
}
}

0 comments on commit bb1d363

Please sign in to comment.