Skip to content

Commit

Permalink
Merge pull request #145 from uProxy/iislucas-roll-release
Browse files Browse the repository at this point in the history
Updating package for release to master
  • Loading branch information
iislucas committed Oct 29, 2014
2 parents da44054 + 128a645 commit b3cc41d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uproxy-networking",
"description": "uProxy's networking library: SOCKS5 over WebRTC",
"version": "2.1.1",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "https://github.com/uProxy/uproxy-networking"
Expand All @@ -21,25 +21,24 @@
"ipaddr.js": "~0.1.3"
},
"devDependencies": {
"babar": "0.0.3",
"cca": "~0.3.1",
"crypto": "0.0.3",
"grunt": "~0.4.4",
"grunt-browserify": "~3.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "~0.7.0",
"grunt-contrib-symlink": "~0.3.0",
"uproxy-lib": "^13.1.0",
"babar": "0.0.3",
"grunt-ts": "^1.11",
"regex2dfa": "~0.1.6",
"request": "^2.44.0",
"socks5-http-client": "^0.1.6",
"yargs": "^1.3.1",
"wup": "^1.0.0",
"grunt-ts": "^1.11",
"typescript": "^1.1.0-1",
"uproxy-lib": "^13",
"grunt-browserify": "~3.0.1",
"crypto": "0.0.3",
"uproxy-lib": "^14.0.0",
"utransformers": "~0.2.1",
"regex2dfa": "~0.1.6"
"wup": "^1.0.0",
"yargs": "^1.3.1"
},
"scripts": {
"test": "grunt test",
Expand Down

0 comments on commit b3cc41d

Please sign in to comment.