diff --git a/package.json b/package.json new file mode 100644 index 00000000..bfd67f0d --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "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/editor", + "engines": {"node": ">= 0.1.102"}, + "author": "Fabian Jakobs ", + "main": "src/ace/ace", + "repository" : { + "type" : "git", + "url" : "http://github.com/ajaxorg/editor.git" + }, + "licenses": [{ + "type": "LGPLv3", + "url": "http://www.gnu.org/licenses/lgpl-3.0.txt"} + ] +} \ No newline at end of file