forked from saadtazi/firefox-profile-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "firefox-profile",
"version": "0.3.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"
}, {
"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.x",
"chai": "~1.9.x",
"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.x",
"grunt-mocha-cov": "~0.3.x",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "0.0.1",
"request": "~2.47.x",
"sinon": "~1.11.x",
"sinon-chai": "~2.6.x",
"wd": "~0.3.x"
},
"dependencies": {
"jetpack-id": "0.0.4",
"adm-zip": "~0.4.x",
"archiver": "~0.12.0",
"async": "~0.9.0",
"fs-extra": "~0.12.x",
"lazystream": "~0.1.0",
"lodash": "~2.4.1",
"node-uuid": "~1.4.1",
"wrench": "~1.5.8",
"xml2js": "~0.4.4",
"ini": "~1.3.0"
}
}