{
    "type": "raptor-module",
    "name": "raptor/xml/utils",
    "version": "1.0",
    "description": "Utility functions for working with XML",
    "homepage": "http://raptorjs.org",
    "authors": [
        {
            "name": "Patrick Steele-Idem",
            "email": "psteeleidem@ebay.com"
        }
    ],
    "raptor": {
        "dependencies": [
            {"path": "xml-utils.js"}
        ],
        
        "extensions": [
            {
                "name": "rhino",
                "dependencies": [
                    {"path": "xml-utils_rhino.js"}
                ]
            }
        ]
    }
}
