-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathbower.json
27 lines (27 loc) · 1010 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
{
"name": "jquery.xmleditor",
"main": "jquery.xmleditor.js",
"version": "1.3.0",
"homepage": "https://github.com/UNC-Libraries/jquery.xmleditor",
"authors": [
"Ben Pennell (https://github.com/bbpennel)",
"Mike Daines (https://github.com/mdaines)",
"Dean Farrell <[email protected]>",
"Volker Diels-Grabsch <m-click.aero> (https://github.com/m-click)"
],
"description": "A web browser based XML editor. It provides a general use graphical tool for creating new or modifying existing XML documents in your web browser. Information is extracted from an XML schema (XSD file) to provide the user with information about what elements, subelements and attributes are available at different points in the structure, and a GUI based means of adding or removing them from the document.",
"keywords": [
"xml",
"editor",
"mods",
"mets"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}