forked from Leonidas-from-XIV/node-xml2js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.46 KB
/
package.json
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
{
"name" : "xml2js",
"description" : "Simple XML to JavaScript object converter.",
"keywords" : ["xml", "json"],
"homepage" : "https://github.com/Leonidas-from-XIV/node-xml2js",
"version" : "0.4.5",
"author" : "Marek Kubica <[email protected]> (http://xivilization.net)",
"contributors" : [
"maqr <[email protected]> (https://github.com/maqr)",
"Ben Weaver (http://benweaver.com/)",
"Jae Kwon (https://github.com/jaekwon)",
"Jim Robert",
"Ștefan Rusu (http://www.saltwaterc.eu/)",
"Carter Cole <[email protected]> (http://cartercole.com/)",
"Kurt Raschke <[email protected]> (http://www.kurtraschke.com/)",
"Contra <[email protected]> (https://github.com/Contra)",
"Marcelo Diniz <[email protected]> (https://github.com/mdiniz)",
"Michael Hart (https://github.com/mhart)",
"Zachary Scott <[email protected]> (http://zacharyscott.net/)",
"Raoul Millais (https://github.com/raoulmillais)",
"Salsita Software (http://www.salsitasoft.com/)",
"Mike Schilling <[email protected]> (http://www.emotive.com/)",
"Jackson Tian <[email protected]> (http://weibo.com/shyvo)",
"Mikhail Zyatin <[email protected]> (https://github.com/Sitin)",
"Chris Tavares <[email protected]> (https://github.com/christav)",
"Frank Xu <[email protected]> (http://f2e.us/)",
"Guido D'Albore <[email protected]> (http://www.bitstorm.it/)",
"Jack Senechal (http://jacksenechal.com/)",
"Matthias Hölzl <[email protected]> (https://github.com/hoelzl)",
"Camille Reynders <[email protected]> (http://www.creynders.be/)",
"Taylor Gautier (https://github.com/tsgautier)",
"Todd Bryan (https://github.com/toddrbryan)",
"Leore Avidar <[email protected]> (http://leoreavidar.com/)",
"Dave Aitken <[email protected]> (http://www.actionshrimp.com/)",
"Shaney Orrowe <[email protected]>"
],
"main" : "./lib/xml2js",
"directories" : {
"lib": "./lib"
},
"scripts" : {
"test": "zap"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/Leonidas-from-XIV/node-xml2js.git"
},
"dependencies" : {
"sax" : "0.6.x",
"xmlbuilder" : ">=1.0.0"
},
"devDependencies" : {
"coffee-script" : ">=1.7.1",
"zap" : ">=0.2.6",
"docco" : ">=0.6.2",
"diff" : ">=1.0.8"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/Leonidas-from-XIV/node-xml2js/master/LICENSE"
}
]
}