elm-package.json -> elm.json

This commit is contained in:
Richard Feldman
2018-03-03 17:18:03 -08:00
parent fd4b18502a
commit 7e6581f84c
2 changed files with 21 additions and 16 deletions

21
elm.json Normal file
View File

@@ -0,0 +1,21 @@
{
"type": "browser",
"source-directories": [
"."
],
"elm-version": "0.19.0",
"dependencies": {
"elm-lang/browser": "1.0.0",
"elm-lang/core": "6.0.0",
"elm-lang/html": "3.0.0",
"elm-lang/http": "2.0.0",
"elm-lang/json": "1.0.0"
},
"test-dependencies": {},
"do-not-edit-this-by-hand": {
"transitive-dependencies": {
"elm-lang/url": "1.0.0",
"elm-lang/virtual-dom": "3.0.0"
}
}
}