{
    "name": "cb.files.editor",
    "version": "0.1.1",
    "title": "Code Editor",
    "description": "Code Editor with ACE.",
    "homepage": "https://github.com/FriendCode/codebox",
    "license": "Apache",
    "author": {
        "name": "Codebox",
        "email": "contact@friendco.de",
        "url": "https://www.codebox.io"
    },
    "client": {
        "main": "client",
        "provides": [
            "ace"
        ],
        "resources": [
            "ace/**"
        ]
    },
    "scripts": {
        "postinstall": "./download_ace.sh && ./build.sh"
    },
    "engines": {
        "codebox": ">=0.7.0"
    }
}
