mirror of
https://github.com/AdaCore/ace.git
synced 2026-02-12 13:03:02 -08:00
25 lines
705 B
JSON
25 lines
705 B
JSON
{
|
|
"name": "ace",
|
|
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
|
|
"version": "0.1",
|
|
"homepage" : "http://github.com/ajaxorg/ace",
|
|
"engines": {"node": ">= 0.2.0"},
|
|
"author": "Fabian Jakobs <fabian@ajax.org>",
|
|
"main": "lib/ace",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/ajaxorg/ace.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "MPL",
|
|
"url": "http://www.mozilla.org/MPL/"
|
|
},
|
|
{
|
|
"type": "GPL",
|
|
"url": "http://www.gnu.org/licenses/gpl.html"
|
|
},
|
|
{
|
|
"type": "LGPL",
|
|
"url": "http://www.gnu.org/licenses/lgpl.html"
|
|
}]
|
|
} |