forked from mdgriffith/elm-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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/automation/run.js --chrome",
"test-render-sauce": "source sauce.env; node tests/automation/run.js --sauce",
"bench": "node benchmarks/runtime/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdgriffith/elm-ui.git"
},
"author": "Matthew Griffith <[email protected]> (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-test": "^0.19.0-rev6",
"node-elm-compiler": "^5.0.3",
"puppeteer": "^1.18.0",
"selenium-webdriver": "^4.0.0-alpha.4"
}
}