Removed test-runner package.json. This is now taken care by devDependencies of

the main `package.json`. Thanks V1.
This commit is contained in:
Guillermo Rauch
2011-06-19 18:14:44 -03:00
parent ee9dc67fb8
commit fc95f0bf4d

View File

@@ -1,11 +0,0 @@
{
"name": "socket.io-tests"
, "description": "socket.io client side tests"
, "version": "0.0.1"
, "dependencies": {
"express": "2.3.11"
, "jade": "0.12.1"
, "stylus": "0.13.3"
, "socket.io-client": "0.7.0"
}
}