2019-07-06 04:53:08 +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-03-12 06:23:17 +03:00
|
|
|
"test-render": "node tests-rendering/automation/run.js --chrome",
|
|
|
|
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
2020-03-14 02:25:00 +03:00
|
|
|
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
2020-03-14 19:27:48 +03:00
|
|
|
"test-doc-preview": "bash tests-rendering/automation/doc-preview.sh",
|
2019-07-06 04:53:08 +03:00
|
|
|
"bench": "node benchmarks/runtime/index.js"
|
|
|
|
},
|
|
|
|
"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",
|
2020-03-13 02:33:26 +03:00
|
|
|
"elm": "^0.19.1-3",
|
2020-03-12 06:09:32 +03:00
|
|
|
"elm-test": "^0.19.1-revision2",
|
2019-07-06 04:53:08 +03:00
|
|
|
"node-elm-compiler": "^5.0.3",
|
|
|
|
"puppeteer": "^1.18.0",
|
|
|
|
"selenium-webdriver": "^4.0.0-alpha.4"
|
|
|
|
}
|
2020-03-13 02:51:17 +03:00
|
|
|
}
|