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

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

AUTHORS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2 Arek W <[email protected]>
2+
14 Camilo Aguilar <[email protected]>
3+
1 Camilo Aguilar <camilo.aguilar at gmail.com>
4+
74 Camilo Aguilar <[email protected]>
5+
1 Craig Condon <[email protected]>
6+
3 Daniel Bretoi <[email protected]>
7+
1 Daniel Juhl <[email protected]>
8+
2 Dmitry Fink <[email protected]>
9+
1 Garvit Sharma <[email protected]>
10+
1 Karl Böhlmark <[email protected]>
11+
1 Kevin McTigue <[email protected]>
12+
1 Kirill Vergun <[email protected]>
13+
1 Maher Beg <[email protected]>
14+
1 Nicholas Kinsey <[email protected]>
15+
1 Rob Brackett <[email protected]>
16+
5 Subbu Allamaraju <[email protected]>
17+
1 The Gitter Badger <[email protected]>
18+
1 Trotter Cashion <[email protected]>
19+
20+
1 Ziggy Jonsson <[email protected]>
21+
1 andres suarez <[email protected]>
22+
1 andris9 <[email protected]>
23+
2 fengmk2 <[email protected]>

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": "[email protected]",
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": "[email protected]"
17-
}
18-
],
1911
"dependencies": {
2012
"hoek": "^2.14.0",
2113
"joi": "^6.4.3",

0 commit comments

Comments
 (0)