UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

29 lines (28 loc) 630 B
{ "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" } }