diff --git a/component.json b/component.json index cdfe2eb9e..bf5b26b19 100644 --- a/component.json +++ b/component.json @@ -2,19 +2,25 @@ "name": "socket.io", "version": "1.0.0", "dependencies": { - "learnboost/engine.io-client": "0.4.0", - "learnboost/socket.io-protocol": "1.0.2", - "component/emitter": "0.0.6", - "component/bind": "0.0.1", + "learnboost/engine.io-client": "*", + "learnboost/socket.io-protocol": "*", + "component/emitter": "*", + "component/bind": "*", "component/json-fallback": "*", - "timoxley/to-array": "0.1.4", - "visionmedia/debug": "*" + "timoxley/to-array": "*", + "visionmedia/debug": "*", + "component/url": "*", + "component/bind": "*", + "component/object": "*" }, "scripts": [ "lib/index.js", "lib/manager.js", "lib/engine.js", "lib/socket.js", - "lib/emitter.js" - ] + "lib/emitter.js", + "lib/url.js", + "lib/on.js" + ], + "main": "lib/index.js" }