forked from tyrasd/jxon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (29 loc) · 730 Bytes
/
bower.json
File metadata and controls
30 lines (29 loc) · 730 Bytes
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
{
"name": "jxon",
"version": "2.0.0-beta.2",
"description": "A complete, bidirectional, JXON library",
"keywords": [
"jxon", "bidirectional", "loseless", "badgerfish", "parker convention",
"xml to js", "xml2js", "xml to json", "xml2json",
"js to xml", "js2xml", "json to xml", "json2xml"
],
"main": "index.js",
"authors": [{
"name": "MDN (https://developer.mozilla.org/en-US/docs/JXON)"
}, {
"name": "Martin Raifer",
"email": "tyr.asd@gmail.com"
}, {
"name": "Igor Dimitrijevic",
"email": "igor@ground.gr"
}],
"repository": {
"type": "git",
"url": "git://github.com/tyrasd/jxon.git"
},
"license": "GPL v3",
"ignore": [
"README.md",
"package.json"
]
}