diff options
| author | Ben Beltran <ben@freshout.us> | 2014-03-20 10:27:45 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2014-03-20 10:27:45 -0600 |
| commit | db6bc3cb0117030b2d31d55850d91f58248a8e81 (patch) | |
| tree | 36092f8b3adf29e6d79b4c0e577b0b7ef485b0dc /package.json | |
| parent | c829648b25585ce2e207bf69bd378d0415fd36bb (diff) | |
Cobalt 2.0 -> Now with neon 2.0
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" } |