Skip to content

Commit

Permalink
Package.json revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgrosner committed Feb 6, 2015
1 parent 24e598d commit 999ab7d
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,51 @@
{
"name": "Tribeca",
"name": "Hudson",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"directories": {
"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": "[email protected]:michaelgrosner/tribeca.git"
},
"author": "Michael Grosner",
"author": "",
"license": "ISC"
}

0 comments on commit 999ab7d

Please sign in to comment.