forked from electron-userland/spectron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 949 Bytes
/
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
{
"name": "spectron",
"version": "0.34.1",
"description": "Easy ChromeDriver tests for Electron apps",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"engines": {
"node": ">=0.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinsawicki/spectron.git"
},
"keywords": [
"electron",
"chromedriver",
"webdriverio",
"selenium"
],
"author": "Kevin Sawicki",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinsawicki/spectron/issues"
},
"homepage": "https://github.com/kevinsawicki/spectron#readme",
"dependencies": {
"dev-null": "^0.1.1",
"electron-chromedriver": "^0.34.2",
"request": "^2.65.0",
"webdriverio": "^3.2.6"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"electron-prebuilt": "^0.34.2",
"mocha": "^2.3.3",
"standard": "^5.3.1",
"temp": "^0.8.3"
}
}