Pre-compiled Dependencies

- Since we can't use npm shrinkwrap and the websockets dev won't provide binaries of bufferutil and utf-8-validate (I have PR's to provide this), we must resort to forking, socket.io, socket.io-client, engine.io, engine.io-client, ws, bufferutil, utf-8-validate and pointing all those projects to our forks.
This commit is contained in:
Chris Kleeschulte 2015-10-16 11:10:28 -04:00
parent 8d5efc0d41
commit 937f01fade
2 changed files with 2 additions and 3328 deletions

3326
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,8 +60,8 @@
"nan": "^2.0.9", "nan": "^2.0.9",
"npm": "^2.14.1", "npm": "^2.14.1",
"semver": "^5.0.1", "semver": "^5.0.1",
"socket.io": "^1.3.6", "socket.io": "https://github.com/bitpay/socket.io#bitpay-1.3.7",
"socket.io-client": "^1.3.6" "socket.io-client": "https://github.com/bitpay/socket.io-client#bitpay-1.3.7"
}, },
"devDependencies": { "devDependencies": {
"aws-sdk": "~2.0.0-rc.15", "aws-sdk": "~2.0.0-rc.15",