19 строки
512 B
JSON
19 строки
512 B
JSON
{
|
|
"type": "package",
|
|
"name": "Microsoft/elm-json-tree-view",
|
|
"summary": "Shows JSON data as an expandable HTML tree",
|
|
"license": "MIT",
|
|
"version": "2.0.0",
|
|
"exposed-modules": [
|
|
"JsonTree"
|
|
],
|
|
"elm-version": "0.19.0 <= v < 0.20.0",
|
|
"dependencies": {
|
|
"elm/core": "1.0.0 <= v < 2.0.0",
|
|
"elm/html": "1.0.0 <= v < 2.0.0",
|
|
"elm/json": "1.0.0 <= v < 2.0.0"
|
|
},
|
|
"test-dependencies": {
|
|
"elm-explorations/test": "1.0.0 <= v < 2.0.0"
|
|
}
|
|
} |