elm-ui/package.json

35 lines
1.2 KiB
JSON
Raw Normal View History

{
2020-04-25 19:08:36 +03:00
"name": "elm-ui-testing",
"version": "1.0.0",
"description": "Run the Elm UI benchmarks and render tests",
"main": "index.js",
"scripts": {
"test": "elm-test",
2020-05-09 18:37:02 +03:00
"view-test": "node tests-rendering/automation/view.js",
2020-04-25 19:08:36 +03:00
"test-render": "node tests-rendering/automation/run.js --chrome",
2020-05-23 15:46:10 +03:00
"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",
2020-04-25 19:08:36 +03:00
"test-doc-preview": "bash tests-rendering/automation/doc-preview.sh",
2020-04-25 19:50:59 +03:00
"bench": "node benchmarks/runtime/index.js",
2020-05-23 04:32:41 +03:00
"list-issues": "hub issue -f \"%i,%U,%t,'%L'%n\" > issues.csv"
2020-04-25 19:08:36 +03:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdgriffith/elm-ui.git"
},
"author": "Matthew Griffith <mdg.griffith@gmail.com> (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",
2020-05-23 15:46:10 +03:00
"selenium-webdriver": "^4.0.0-alpha.7"
2020-04-25 19:08:36 +03:00
}
}