mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
31 lines
773 B
JSON
31 lines
773 B
JSON
{
|
|
"type": "application",
|
|
"source-directories": [
|
|
".",
|
|
"../benchmark-utilities"
|
|
],
|
|
"elm-version": "0.19.1",
|
|
"dependencies": {
|
|
"direct": {
|
|
"BrianHicks/elm-trend": "2.1.3",
|
|
"elm/browser": "1.0.2",
|
|
"elm/core": "1.0.5",
|
|
"elm/html": "1.0.0",
|
|
"elm/json": "1.1.3",
|
|
"elm-explorations/benchmark": "1.0.2"
|
|
},
|
|
"indirect": {
|
|
"elm/regex": "1.0.0",
|
|
"elm/time": "1.0.0",
|
|
"elm/url": "1.0.0",
|
|
"elm/virtual-dom": "1.0.2",
|
|
"mdgriffith/style-elements": "5.0.2",
|
|
"robinheghan/murmur3": "1.0.0"
|
|
}
|
|
},
|
|
"test-dependencies": {
|
|
"direct": {},
|
|
"indirect": {}
|
|
}
|
|
}
|