define nodejs dependencies

This commit is contained in:
Fabian Jakobs 2011-01-22 15:36:14 +01:00
commit 730da2ee1e

View file

@ -1,7 +1,7 @@
{
"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.2.0"},
"author": "Fabian Jakobs <fabian@ajax.org>",
@ -10,6 +10,10 @@
"type" : "git",
"url" : "http://github.com/ajaxorg/ace.git"
},
"dependencies": {
"uglify-js": ">=0.0.2",
"step": ">=0.0.3"
},
"licenses": [{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/"