forked from benoitc/hackney_lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.exs
69 lines (69 loc) · 3.62 KB
/
package.exs
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
Expm.Package.new(name: "hackney_lib", description: "Web toolkit -
miscellaneous modules to play with HTTP and Web protocols",
version: "0.3.0", keywords: ["web", "http","client", "server", "binary"],
dependencies: ["mimetypes"],
licenses: [[name: "Apache License, Version 2.0", file: "LICENSE"]],
contributors: [[name: "Adam Rutkowski",
email: "[email protected]"
],
[name: "ILYA Khlopotov",
email: "[email protected]"
],
[name: "Leo Lou",
email: "[email protected]"
],
[name: "Tristan Sloughter",
email: "[email protected]"
],
[name: "Erik Timan",
email: "[email protected]"
],
[name: "Bip Thelin",
email: "[email protected]"
],
[name: "José Valim",
email: "[email protected]"
],
[name: "Дамјан Георгиевски",
email: "[email protected]"
],
[name: "Alexander Zhuravlev",
email: "[email protected]>"
],
[name: "Anthony Grimes",
email: "[email protected]"
],
[name: "Bob Ippolito",
email: "[email protected]"
],
[name: "Mahesh Paolini-Subramanya",
email: "[email protected]"
],
[name: "Jesse Gumm",
email: "[email protected]"
],
[name: "Daniel White",
email: "[email protected]"
],
[name: "Chris Andrews",
email: "[email protected]"
],
[name: "Alexey Aniskin",
email: "[email protected]"
],
[name: "Yuki Ito",
email: "[email protected]"
],
[name: "Yuriy Bogdanov",
email: "[email protected]"
],
[name: "Ben Murphy",
email: "[email protected]"
],
[name: "Michael Weibel",
email: "[email protected]"],
[name: "Dumbris",
email: "[email protected]"]],
maintainers: [[name: "Benoit Chesneau",
email: "[email protected]"]],
repositories: [[github: "benoitc/hackney_lib", tag: "0.3.0"]])