spectron
Version:
Easily test your Electron apps using ChromeDriver and WebdriverIO.
44 lines (43 loc) • 982 B
JSON
{
"name": "spectron",
"version": "3.2.4",
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"engines": {
"node": ">=0.12.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron/spectron.git"
},
"keywords": [
"electron",
"chromedriver",
"webdriverio",
"selenium"
],
"author": "Kevin Sawicki",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron/spectron/issues"
},
"homepage": "https://github.com/electron/spectron#readme",
"dependencies": {
"dev-null": "^0.1.1",
"electron-chromedriver": "~1.2.1",
"request": "^2.65.0",
"split": "^1.0.0",
"webdriverio": "^4.0.4"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"electron-prebuilt": "~1.2.0",
"mocha": "^2.3.3",
"standard": "^5.3.1",
"temp": "^0.8.3"
}
}