-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm.json
32 lines (32 loc) · 989 Bytes
/
elm.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"type": "package",
"name": "smucode/elm-flat-colors",
"summary": "🎨 280 handpicked colors in 14 palettes for Elm UI, elm/html and others",
"license": "MIT",
"version": "1.0.1",
"source-directories": [
"src"
],
"elm-version": "0.19.0 <= v < 0.20.0",
"dependencies": {
"elm/core": "1.0.0 <= v < 2.0.0",
"mdgriffith/elm-ui": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {},
"exposed-modules": [
"FlatColors.AmericanPalette",
"FlatColors.AussiePalette",
"FlatColors.BritishPalette",
"FlatColors.CanadianPalette",
"FlatColors.ChinesePalette",
"FlatColors.DutchPalette",
"FlatColors.FlatUIPalette",
"FlatColors.FrenchPalette",
"FlatColors.GermanPalette",
"FlatColors.IndianPalette",
"FlatColors.RussianPalette",
"FlatColors.SpanishPalette",
"FlatColors.SwedishPalette",
"FlatColors.TurkishPalette"
]
}