keystone-nightwatch-e2e
Version:
Nightwatch end-to-end testing framework for KeystoneJS applications
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "keystone-nightwatch-e2e",
"version": "0.2.14",
"description": "Nightwatch end-to-end testing framework for KeystoneJS applications",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/keystonejs/keystone-nightwatch-e2e.git"
},
"author": "Jed Watson, Max Stoiber, Carlos Colon, Jake Stockwin",
"homepage": "http://keystonejs.com/",
"license": "MIT",
"keywords": [
"keystone",
"keystonejs",
"e2e",
"end",
"nightwatch",
"framework"
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/keystonejs/keystone-nightwatch-e2e/issues"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"async": "^2.0.1",
"chromedriver": "^2.27.2",
"geckodriver": "^1.3.0",
"i": "^0.3.5",
"keystone-utils": "^0.4.0",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"nightwatch": "^0.9.12",
"path": "^0.12.7",
"sauce-connect-launcher": "^1.1.1",
"selenium-server-standalone-jar": "^3.0.1"
},
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "^3.4.0",
"eslint-config-keystone": "^2.4.0",
"eslint-plugin-react": "^6.2.0",
"jsdoc": "^3.4.1"
},
"scripts": {
"lint": "eslint --ignore-path .eslintignore .",
"build-docs": "./node_modules/.bin/jsdoc -c ./jsdocs.conf.json"
}
}