{ "name": "elm-ui-testing", "version": "1.0.0", "description": "Run the Elm UI benchmarks and render tests", "main": "index.js", "scripts": { "test": "elm-test", "view-test": "node tests-rendering/automation/view.js", "test-render": "node tests-rendering/automation/run.js --chrome", "test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce --headless", "test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce --headless", "test-doc-preview": "bash tests-rendering/automation/doc-preview.sh", "bench": "node benchmarks/runtime/index.js", "list-issues": "hub issue -f \"%i,%U,%t,'%L'%n\" > issues.csv" }, "repository": { "type": "git", "url": "git+https://github.com/mdgriffith/elm-ui.git" }, "author": "Matthew Griffith (http://mechanical-elephant.com/)", "license": "ISC", "bugs": { "url": "https://github.com/mdgriffith/elm-ui/issues" }, "homepage": "https://github.com/mdgriffith/elm-ui#readme", "dependencies": { "chalk": "^2.4.2", "commander": "^2.20.0", "elm": "^0.19.1-3", "elm-test": "^0.19.1-revision2", "node-elm-compiler": "^5.0.4", "selenium-webdriver": "^4.0.0-alpha.7" } }