-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
36 lines (33 loc) · 834 Bytes
/
bower.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
{
"name": "xmlchecker",
"main": ["lib/xml2json.js", "lib/xmlChecker.js", "lib/xmlPrettifier.js"],
"version": "0.1.0",
"homepage": "https://github.com/JGottschick/xmlChecker",
"authors": [
"Jan Gottschick <[email protected]>"
],
"description": "Checking XML syntax of files using pegjs grammar, pretty print XML files and convert XML into JSON",
"keywords": [
"xml","validation","json","parser","prettifier"
],
"license": "BSD-4-Clause",
"repository": {
"type": "git",
"url": "https://github.com/JGottschick/xmlChecker.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples/",
"lib/*Module.js",
"spec/",
"src",
"Cakefile",
"index.js",
"LICENSE",
"package.json",
"README.md"
],
"dependencies":[]
}