olgitbridge/lib/socket.io-client/package.json
Axel Kittenberger 5ac976d0b3 init
2021-11-24 17:10:12 +01:00

35 lines
1.1 KiB
JSON

{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.9.17-overleaf-3"
, "main" : "./lib/io.js"
, "browserify": "./dist/socket.io.js"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": [
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
, { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
, { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" }
]
, "repository": {
"type": "git"
, "url": "https://github.com/LearnBoost/socket.io-client.git"
}
, "dependencies": {
"uglify-js": "1.2.5"
, "ws": "0.4.x"
, "xmlhttprequest": "1.4.2"
, "active-x-obfuscator": "0.0.1"
}
, "devDependencies": {
"expresso": "*"
, "express": "2.5.x"
, "jade": "*"
, "stylus": "*"
, "socket.io": "0.9.17"
, "should": "*"
}
, "engines": { "node": ">= 0.4.0" }
}