summaryrefslogtreecommitdiffstats
path: root/src/xml/configure.json
blob: 345eb8544bac93e990f6496217050976252ca98f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "module": "xml",
    "depends": [
        "core"
    ],
    "testDir": "../../config.tests",

    "features": {
        "dom": {
            "label": "DOM",
            "purpose": "Supports the Document Object Model.",
            "section": "File I/O",
            "output": [ "publicFeature", "feature" ]
        }
    }
}