forked from UNC-Libraries/jquery.xmleditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
26 lines (26 loc) · 927 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
{
"name": "jquery.xmleditor",
"main": "jquery.xmleditor.js",
"version": "1.1.0",
"homepage": "https://github.com/UNC-Libraries/jquery.xmleditor",
"authors": [
"Ben Pennell <bbpennel@email.unc.edu>",
"Mike Daines <daines@email.unc.edu>",
"Dean Farrell <lfarrell@email.unc.edu>"
],
"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"
]
}