~mzanetti/reminders-app/animated-delete

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "description": "Ubuntu Reminders app, powered by Evernote",
    "framework": "ubuntu-sdk-14.10",
    "architecture": "@CLICK_ARCH@",
    "hooks": {
        "reminders": {
            "account-application": "com.ubuntu.reminders_reminders.application",
            "account-service": "@ACCOUNT_SERVICE_DIR@/com.ubuntu.reminders_reminders.service",
            "apparmor": "reminders.apparmor",
            "desktop": "com.ubuntu.reminders.desktop",
            "urls": "reminders.url-dispatcher"
        },
        "evernote-account-plugin": {
            "account-qml-plugin": "@ACCOUNT_QML_PLUGIN_DIR@/evernote",
            "account-provider": "@ACCOUNT_PROVIDER_DIR@/com.ubuntu.reminders_evernote-account-plugin.provider"
        },
        "pushHelper": {
            "apparmor": "push-helper.apparmor",
            "push-helper": "push-helper.json"
        }
    },
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "com.ubuntu.reminders",
    "title": "Reminders",
    "version": "0.5.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "lp:reminders-app",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": {
            "autopilot_module": "@AUTOPILOT_DIR@",
            "depends": [
                "account-plugin-evernote-sandbox",
                "libclick-0.4-0",
                "python3-dbus",
                "python3-dbusmock",
                "python3-fixtures",
                "python3-oauthlib",
                "python3-requests-oauthlib"
            ]
        }
    }
}