{
    "name": "amd-router",
    "version": "1.1.2",
    "description": "JavaScript AMD library for finding best matching route given a path",
    "homepage": "https://github.com/philidem/router-js",
    "authors": [
        {
            "name": "Phil Gates-Idem",
            "email": "phillip.gates-idem@gmail.com"
        }
    ],
    "main": "./amd-router.js",
    "devDependencies": {
        "raptor": "2.x",
        "jasmine-node": "1.3.x"
    },
    "raptor": {
        "dependencies": [
            "amd-router.js"
        ]
    }
}
