mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-22 17:32:43 +03:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "elm-ui-testing",
|
|
"version": "1.0.0",
|
|
"description": "Run the Elm UI benchmarks and render tests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "elm-test",
|
|
"test-render": "node tests-rendering/automation/run.js --chrome",
|
|
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
|
|
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
|
|
"test-doc-preview": "bash tests-rendering/automation/doc-preview.sh",
|
|
"bench": "node benchmarks/runtime/index.js",
|
|
"list-issues": "hub issue -f \"%i,%U,%t%n\" > issues.csv"
|
|
},
|
|
"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",
|
|
"selenium-webdriver": "^4.0.0-alpha.4"
|
|
}
|
|
}
|