diff --git a/package.json b/package.json index 420265f7..e2e9c72c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,21 @@ "type" : "git", "url" : "http://github.com/ajaxorg/ace.git" }, + "overlay": { + "teleport": { + "directories": { + "lib": "lib/ace", + "dependencies": { + "cockpit": ">=0.1.1", + "pilot": ">=0.1.1" + } + } + } + }, "dependencies": { + "pilot": ">=0.1.1", + "cockpit": ">=0.1.1", + "teleport": ">=0.2.6", "asyncjs": ">=0.0.2", "jsdom": ">=0.1.23", "htmlparser": ">=1.7.2", @@ -28,4 +42,4 @@ "type": "LGPL", "url": "http://www.gnu.org/licenses/lgpl.html" }] -} +} \ No newline at end of file