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

Commit 34a4870

Browse files
committed
fix package.json
1 parent 910fa6d commit 34a4870

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
{ "name" : "xml2json",
2-
"version": "0.7.1",
3-
"author": "Andrew Turley",
4-
"email": "[email protected]",
5-
"description" : "Converts xml to json and vice-versa, using node-expat.",
6-
"repository": "git://github.com/buglabs/node-xml2json.git",
7-
"license": "MIT",
8-
"main": "index",
9-
"contributors":[
10-
{"name": "Camilo Aguilar", "email": "[email protected]"}
11-
],
12-
"dependencies": {
13-
"node-expat": "^2.3.7"
14-
},
15-
"bin": {
16-
"xml2json": "bin/xml2json"
1+
{
2+
"name": "xml2json",
3+
"version": "0.7.1",
4+
"author": "Andrew Turley",
5+
"email": "[email protected]",
6+
"description": "Converts xml to json and vice-versa, using node-expat.",
7+
"repository": "git://github.com/buglabs/node-xml2json.git",
8+
"license": "MIT",
9+
"main": "index",
10+
"scripts": {
11+
"test": "make test"
12+
},
13+
"contributors": [
14+
{
15+
"name": "Camilo Aguilar",
16+
"email": "[email protected]"
1717
}
1818
],
1919
"dependencies": {

0 commit comments

Comments
 (0)