diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 07dcac9..0362d50 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,17 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.2.3", + "version" : "1.0.0", "dependencies" : { - "neon" : "1.0.x", + "neon" : "2.0.x", "socket.io-client" : "0.9.x", "colors" : "0.x.x", "emailjs" : "0.3.x", "microtime" : "0.3.x" }, + "devDependencies" : { + "tellurium" : "2.0.x" + }, "engines" : { "node" : ">= 0.8.0" }, "main" : "./lib/cobalt.js" } |