Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit e27be79

Browse files
committed
Adds AUTHORS file and bumps version.
1 parent cf154e4 commit e27be79

2 files changed

Lines changed: 24 additions & 9 deletions

File tree

AUTHORS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2 Arek W <arek01@gmail.com>
2+
14 Camilo Aguilar <c4milo@users.noreply.github.com>
3+
1 Camilo Aguilar <camilo.aguilar at gmail.com>
4+
74 Camilo Aguilar <camilo.aguilar@gmail.com>
5+
1 Craig Condon <craig@spiceapps.com>
6+
3 Daniel Bretoi <daniel@bretoi.com>
7+
1 Daniel Juhl <danieljuhl@gmail.com>
8+
2 Dmitry Fink <github@finik.net>
9+
1 Garvit Sharma <garvits45@gmail.com>
10+
1 Karl Böhlmark <karl.bohlmark@edgeware.tv>
11+
1 Kevin McTigue <firefoxman1@gmail.com>
12+
1 Kirill Vergun <github.com@o-nix.me>
13+
1 Maher Beg <maherbeg@gmail.com>
14+
1 Nicholas Kinsey <pyrotechnick@feistystudios.com>
15+
1 Rob Brackett <rob@robbrackett.com>
16+
5 Subbu Allamaraju <subbu@ebaysf.com>
17+
1 The Gitter Badger <badger@gitter.im>
18+
1 Trotter Cashion <cashion@gmail.com>
19+
3 Yan <idy0013@gmail.com>
20+
1 Ziggy Jonsson <ziggy.jonsson.nyc@gmail.com>
21+
1 andres suarez <zertosh@gmail.com>
22+
1 andris9 <andris@node.ee>
23+
2 fengmk2 <fengmk2@gmail.com>

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
{
22
"name": "xml2json",
3-
"version": "0.7.1",
4-
"author": "Andrew Turley",
5-
"email": "aturley@buglabs.net",
3+
"version": "0.8.0",
64
"description": "Converts xml to json and vice-versa, using node-expat.",
75
"repository": "git://github.com/buglabs/node-xml2json.git",
86
"license": "MIT",
97
"main": "index",
108
"scripts": {
119
"test": "make test"
1210
},
13-
"contributors": [
14-
{
15-
"name": "Camilo Aguilar",
16-
"email": "camilo.aguilar@gmail.com"
17-
}
18-
],
1911
"dependencies": {
2012
"hoek": "^2.14.0",
2113
"joi": "^6.4.3",

0 commit comments

Comments
 (0)