Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

24 lines
774 B
JSON

{
"homepage": "http://elm-lang.org",
"license": "BSD-3-Clause",
"version": "0.18",
"url": "https://44a95588fe4cc47efd96-ec3c2a753a12d2be9f23ba16873acc23.ssl.cf2.rackcdn.com/Elm-Platform-0.18.exe#dl.7z",
"hash": "e4b392e2cb8deb0bcf6c4d0b5f69f4df187416ea815d4ab09bafa5c036640967",
"extract_dir": "bin",
"bin": [
"elm-make.exe",
"elm-package.exe",
"elm-reactor.exe",
"elm-repl.exe",
"elm.exe"
],
"depends": "nodejs",
"checkver": {
"url": "https://guide.elm-lang.org/install.html",
"re": "Elm-Platform-([\\d.]+)\\."
},
"autoupdate": {
"url": "https://44a95588fe4cc47efd96-ec3c2a753a12d2be9f23ba16873acc23.ssl.cf2.rackcdn.com/Elm-Platform-$version.exe#dl.7z"
}
}