{
    "name": "damn-example-app",
    "version": "0.0.1",
    "description": "this manifest is only required if this app will become a standalone app",
    "main": "./app.js",
    "is_damn": true,
    "dependencies": {
        "damnjs": "file:../.."
    }
}