mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
update elm-animator elm.json
This commit is contained in:
parent
9609a945c4
commit
ee8d80adfa
35
testcases/elm-animator/elm.json
Normal file
35
testcases/elm-animator/elm.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "application",
|
||||
"source-directories": [
|
||||
".",
|
||||
"../benchmark-utilities",
|
||||
"./repo/src",
|
||||
"./repo/benchmarks"
|
||||
],
|
||||
"elm-version": "0.19.1",
|
||||
"dependencies": {
|
||||
"direct": {
|
||||
"BrianHicks/elm-trend": "2.1.3",
|
||||
"avh4/elm-color": "1.0.0",
|
||||
"elm/browser": "1.0.2",
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/time": "1.0.0",
|
||||
"elm-explorations/benchmark": "1.0.1",
|
||||
"ianmackenzie/elm-units": "2.6.0"
|
||||
},
|
||||
"indirect": {
|
||||
"Skinney/murmur3": "2.0.8",
|
||||
"elm/regex": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.2",
|
||||
"mdgriffith/style-elements": "5.0.1"
|
||||
}
|
||||
},
|
||||
"test-dependencies": {
|
||||
"direct": {},
|
||||
"indirect": {}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user