50 lines
1.1 KiB
JSON

{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "1.2.1",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"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.0.0"
},
"scripts": {
"test": "mocha --opts ../../mocha.opts"
},
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^4.2.1"
},
"devDependencies": {
"@feathersjs/commons": "^4.0.0",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio": "^3.2.9",
"chai": "^4.1.2",
"feathers-memory": "^3.0.0",
"mocha": "^5.2.0",
"socket.io-client": "^2.0.3"
}
}