svg.escobar.life
A simple SVG markup editor for the web
elm.json (894B)
1 { 2 "type": "application", 3 "source-directories": [ 4 "src" 5 ], 6 "elm-version": "0.19.1", 7 "dependencies": { 8 "direct": { 9 "elm/browser": "1.0.1", 10 "elm/core": "1.0.2", 11 "elm/file": "1.0.5", 12 "elm/html": "1.0.0", 13 "elm/http": "2.0.0", 14 "elm/json": "1.1.3", 15 "elm/regex": "1.0.0", 16 "pablohirafuji/elm-syntax-highlight": "3.1.1", 17 "tesk9/accessible-html": "4.0.0" 18 }, 19 "indirect": { 20 "elm/bytes": "1.0.8", 21 "elm/parser": "1.1.0", 22 "elm/time": "1.0.0", 23 "elm/url": "1.0.0", 24 "elm/virtual-dom": "1.0.2" 25 } 26 }, 27 "test-dependencies": { 28 "direct": {}, 29 "indirect": { 30 "andre-dietrich/parser-combinators": "3.1.1", 31 "pilatch/flip": "1.0.0" 32 } 33 } 34 }