mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@feathersjs/socketio",
|
|
"description": "The Feathers Socket.io real-time API provider",
|
|
"version": "3.2.9",
|
|
"homepage": "https://feathersjs.com",
|
|
"main": "lib/",
|
|
"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.2.1",
|
|
"debug": "^4.0.0",
|
|
"socket.io": "^2.1.0",
|
|
"uberproto": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@feathersjs/commons": "^4.0.0",
|
|
"@feathersjs/express": "^1.3.1",
|
|
"@feathersjs/feathers": "^3.3.1",
|
|
"feathers": "^2.2.3",
|
|
"feathers-memory": "^3.0.0",
|
|
"lodash": "^4.0.1",
|
|
"mocha": "^5.2.0",
|
|
"socket.io-client": "^2.0.0"
|
|
}
|
|
}
|