Updating ace package descriptor.
This commit is contained in:
parent
4ec24c2a04
commit
8a7f530161
1 changed files with 14 additions and 3 deletions
17
package.json
17
package.json
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue