mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@feathersjs/socketio",
|
|
"description": "The Feathers Socket.io real-time API provider",
|
|
"version": "4.3.0-pre.0",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"types": "index.d.ts",
|
|
"keywords": [
|
|
"feathers",
|
|
"feathers-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"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": ">= 6"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --opts ../../mocha.opts"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@feathersjs/transport-commons": "^4.3.0-pre.0",
|
|
"@types/socket.io": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"socket.io": "^2.2.0",
|
|
"uberproto": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/commons": "^4.3.0-pre.0",
|
|
"@feathersjs/express": "^4.3.0-pre.0",
|
|
"@feathersjs/feathers": "^4.3.0-pre.0",
|
|
"@feathersjs/tests": "^4.3.0-pre.0",
|
|
"feathers-memory": "^4.0.0",
|
|
"lodash": "^4.17.13",
|
|
"mocha": "^6.1.4",
|
|
"socket.io-client": "^2.2.0"
|
|
},
|
|
"gitHead": "1de7b81fcae0effc397e548cf9b96d79c2942237"
|
|
}
|