25 lines
687 B
JSON
25 lines
687 B
JSON
{
|
|
"name": "EngineIoClientDotNet",
|
|
"version": "0.1.0",
|
|
"author": "Matthias Ludwig",
|
|
"description": "Engine.IO Client Library for .Net",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"readme": "This is the Engine.IO Client Library for C#, which is ported from the [JavaScript client](https://github.com/LearnBoost/engine.io-client).",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-shell": "^2.1.0",
|
|
"grunt-contrib-jshint": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"string": "^3.3.3",
|
|
"string-formatter": "^0.2.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"rimraf": "^2.6.1",
|
|
"strip-json-comments": "^2.0.1"
|
|
}
|
|
}
|