Added NightAlert project for travel kit
This commit is contained in:
24
ThirdParty/EngineIoClientDotNet/grunt/package.json
vendored
Normal file
24
ThirdParty/EngineIoClientDotNet/grunt/package.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user