mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@feathersjs/socketio",
|
|
"description": "The Feathers Socket.io real-time API provider",
|
|
"version": "4.5.2",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/feathers"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feathersjs/feathers.git"
|
|
},
|
|
"author": {
|
|
"name": "Feathers contributors",
|
|
"email": "hello@feathersjs.com",
|
|
"url": "https://feathersjs.com"
|
|
},
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/feathersjs/feathers/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --config ../../.mocharc.json"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/transport-commons": "^4.5.2",
|
|
"@types/socket.io": "^2.1.4",
|
|
"debug": "^4.1.1",
|
|
"socket.io": "^2.3.0",
|
|
"uberproto": "^2.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/commons": "^4.5.2",
|
|
"@feathersjs/express": "^4.5.2",
|
|
"@feathersjs/feathers": "^4.5.2",
|
|
"@feathersjs/tests": "^4.5.2",
|
|
"feathers-memory": "^4.1.0",
|
|
"lodash": "^4.17.15",
|
|
"mocha": "^7.1.1",
|
|
"socket.io-client": "^2.3.0"
|
|
},
|
|
"gitHead": "9b9f0f13387341bdd320f1e66feda828fca2c9f2"
|
|
}
|