forked from char/strange-config-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.config.out.json
91 lines (91 loc) · 1.74 KB
/
example.config.out.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"app": "cloudex",
"build_tools": ["mix"],
"description": "A library that helps with uploading image files and urls to cloudinary. Also provides an helper to generate transformations and cloudinary urls pointing to your images",
"elixir": "~> 1.4",
"files": [
"lib/cloudex.ex",
"lib/cloudex/cloudinary_api.ex",
"lib/cloudex/cloudinary_api/live.ex",
"lib/cloudex/cloudinary_api/test.ex",
"lib/cloudex/deleted_image.ex",
"lib/cloudex/env_options.ex",
"lib/cloudex/settings.ex",
"lib/cloudex/uploaded_image.ex",
"lib/cloudex/url.ex",
"mix.exs",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"licenses": ["WTFPL"],
"links": [
{
"Docs": "http://smeevil.github.io/cloudex/"
},
{
"GitHub": "https://github.com/smeevil/cloudex"
}
],
"maintainers": ["Gerard de Brieder"],
"name": "cloudex",
"requirements": [
[
{
"app": "httpoison"
},
{
"name": "httpoison"
},
{
"optional": false
},
{
"requirement": "~> 0.11.0"
}
],
[
{
"app": "poison"
},
{
"name": "poison"
},
{
"optional": false
},
{
"requirement": "~> 3.1.0"
}
],
[
{
"app": "timex"
},
{
"name": "timex"
},
{
"optional": false
},
{
"requirement": "~> 3.1.7"
}
],
[
{
"app": "tzdata"
},
{
"name": "tzdata"
},
{
"optional": false
},
{
"requirement": "~> 0.5.11"
}
]
],
"version": "0.1.20"
}