Skip to content

Commit

Permalink
Implemented Tilde Version Ranges - https://npmjs.org/doc/json.html#de…
Browse files Browse the repository at this point in the history
  • Loading branch information
anup committed Sep 2, 2012
1 parent 3fa0286 commit 704854a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -8,20 +8,20 @@
"description": "An XMPP BOSH server written for node.js in javascript",
"author": "Dhruv Matani",
"dependencies": {
"node-expat": "= 1.6.1",
"ltx": "= 0.1.2",
"node-uuid": "= 1.3.3",
"tav": "= 0.1.0",
"underscore": "= 1.3.3",
"eventpipe": "= 0.0.5",
"dns-srv": "= 0.0.6",
"semver": "= 1.0.8",
"ws": "= 0.4.19",
"log4js": "= 0.5.2"
"node-expat": "~1.6.1",
"ltx": "~0.1.2",
"node-uuid": "~1.3.3",
"tav": "~0.1.0",
"underscore": "~1.3.3",
"eventpipe": "~0.0.5",
"dns-srv": "~0.0.6",
"semver": "~1.0.8",
"ws": "~0.4.19",
"log4js": "~0.5.2"
},
"devDependencies": {
"jsdom": "= 0.2.15",
"jslint": "= 0.1.9"
"jsdom": "~0.2.15",
"jslint": "~0.1.9"
},
"repositories": [
{
Expand Down

0 comments on commit 704854a

Please sign in to comment.