elm-package.json -> elm.json
This commit is contained in:
21
elm.json
Normal file
21
elm.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user