corpus

self-hosted listenbrainz and last.fm proxy
Log | Files | Refs | README | LICENSE

elm.json (456B)


      1 {
      2 	"type": "application",
      3 	"source-directories": ["src"],
      4 	"elm-version": "0.19.1",
      5 	"dependencies": {
      6 		"direct": {
      7 			"elm/browser": "1.0.2",
      8 			"elm/core": "1.0.5",
      9 			"elm/html": "1.0.1",
     10 			"elm/http": "2.0.0",
     11 			"elm/json": "1.1.4",
     12 			"elm/time": "1.0.0",
     13 			"elm/url": "1.0.0"
     14 		},
     15 		"indirect": {
     16 			"elm/bytes": "1.0.8",
     17 			"elm/file": "1.0.5",
     18 			"elm/virtual-dom": "1.0.5"
     19 		}
     20 	},
     21 	"test-dependencies": {
     22 		"direct": {},
     23 		"indirect": {}
     24 	}
     25 }