{
    "name": "test",
    "version": "1.0.0",
    "typeSBR"   : "NodeCMS",
    "enabled": true,
    "description": "",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": ""
    },
    "homepage": "",
    "extensions": {},
    "routes": {
        "/test": {
            "router": "Test.router.js"
        }
    }
}
