29 lines
803 B
JSON
29 lines
803 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.0",
|
|
"homepage" : "http://github.com/ajaxorg/ace",
|
|
"engines": {"node": ">= 0.1.102"},
|
|
"author": "Fabian Jakobs <fabian@ajax.org>",
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "http://github.com/ajaxorg/ace.git"
|
|
},
|
|
"overlay": {
|
|
"teleport": {
|
|
"directories": {
|
|
"lib": "lib/ace"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"pilot": ">=0.1.0",
|
|
"cockpit": ">=0.1.0",
|
|
"teleport": ">=0.2.4",
|
|
"requirejs": ">=0.22.0"
|
|
},
|
|
"licenses": [{
|
|
"type": "LGPLv3",
|
|
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"}
|
|
]
|
|
}
|