diff --git a/package.json b/package.json index af57560e7..b5322647d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Tribeca", + "name": "Hudson", "version": "1.0.0", "description": "", "main": "Gruntfile.js", @@ -7,43 +7,45 @@ "test": "test" }, "dependencies": { - "angularjs": "^0.0.1", "collections": "^1.2.1", + "angularjs": "^0.0.1", "connect": "^3.2.0", + "compression": "^1.3.0", "express": "^4.8.8", - "debug": "^2.0.0", "faye": "^1.0.3", - "fibers": "^1.0.2", - "jquery": "^2.1.1", "lodash": "^2.4.1", - "mongodb": "^1.4.22", + "knockout": "^3.2.0", + "jquery": "^2.1.1", + "grunt": "^0.4.5", + "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-copy": "^0.7.0", + "grunt-ts": "^1.12.1", + "node-uuid": "^1.4.2", "moment": "^2.8.3", - "q": "^1.0.1", + "mongodb": "^1.4.22", "serve-static": "^1.6.4", - "socket.io": "^1.3.2", + "q": "^1.0.1", "request": "^2.44.0", + "shortid": "^2.1.3", + "socket.io": "^1.3.2", + "tsd": "^0.5.7", "socket.io-client": "^1.3.2", + "typescript": "^1.4.1", "utf8": "^2.0.0", - "ws": "^0.4.32", - "zmq": "^2.8.0" + "winston": "^0.8.3", + "zmq": "^2.8.0", + "ws": "^0.4.32" }, "devDependencies": { - "grunt-contrib-copy": "^0.7.0", - "grunt-contrib-watch": "^0.6.1", - "grunt-ts": "^1.12.1", - "mocha": "^2.0.1", - "shortid": "^2.1.3", - "socket.io": "^1.3.2", - "socket.io-client": "^1.3.2", - "typescript": "^1.4.1" + "mocha": "^2.0.1" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", - "url": "." + "url": "git@bitbucket.org:michaelgrosner/tribeca.git" }, - "author": "Michael Grosner", + "author": "", "license": "ISC" }