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: "hq@mtod.org"
],
[name: "ILYA Khlopotov",
email: "ilya.khlopotov@gmail.com"
],
[name: "Leo Lou",
email: "louyuhong@gmail.com"
],
[name: "Tristan Sloughter",
email: "tristan@heroku.com"
],
[name: "Erik Timan",
email: "dev@timan.info"
],
[name: "Bip Thelin",
email: "bip@kivra.com"
],
[name: "José Valim",
email: "jose.valim@plataformatec.com.br"
],
[name: "Дамјан Георгиевски",
email: "gdamjan@gmail.com"
],
[name: "Alexander Zhuravlev",
email: "zaa@ikato.com>"
],
[name: "Anthony Grimes",
email: "i@raynes.me"
],
[name: "Bob Ippolito",
email: "bob@redivi.com"
],
[name: "Mahesh Paolini-Subramanya",
email: "mahesh@dieswaytoofast.com"
],
[name: "Jesse Gumm",
email: "sigmastar@gmail.com"
],
[name: "Daniel White",
email: "daniel@whitehouse.id.au"
],
[name: "Chris Andrews",
email: "chris@nodnol.org"
],
[name: "Alexey Aniskin",
email: "alexey.aniskin@gmail.com"
],
[name: "Yuki Ito",
email: "yuki@gnnk.net"
],
[name: "Yuriy Bogdanov",
email: "chinsay@gmail.com"
],
[name: "Ben Murphy",
email: "benmmurphy@gmail.com"
],
[name: "Michael Weibel",
email: "michael.weibel@gmail.com"],
[name: "Dumbris",
email: "a.dumbris@gmail.com"]],
maintainers: [[name: "Benoit Chesneau",
email: "bchesneau@gmail.com"]],
repositories: [[github: "benoitc/hackney_lib", tag: "0.3.0"]])