Updating ace package descriptor.

This commit is contained in:
Irakli Gozalishvili 2011-01-10 18:03:36 +01:00
commit 8a7f530161

View file

@ -1,17 +1,28 @@
{
"name": "ace",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "0.1",
"version": "0.1.0",
"homepage" : "http://github.com/ajaxorg/ace",
"engines": {"node": ">= 0.1.102"},
"author": "Fabian Jakobs <fabian@ajax.org>",
"main": "src/ace/ace",
"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"
},
"licenses": [{
"type": "LGPLv3",
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"}
]
}
}