can-connect-feathers
Version:
Feathers client library for DoneJS and can-connect
82 lines (81 loc) • 2.62 kB
JSON
{
"name": "can-connect-feathers",
"version": "7.0.0",
"description": "Feathers client library for DoneJS and can-connect",
"homepage": "https://github.com/canjs/can-connect-feathers",
"repository": {
"type": "git",
"url": "git://github.com/canjs/can-connect-feathers.git"
},
"author": {
"name": "Marshall Thompson",
"email": "marshall@creativeideal.net",
"url": "https://github.com/icanjs"
},
"scripts": {
"preversion": "npm test",
"postpublish": "git push --tags && git push",
"testee": "testee test/test.html --browsers firefox",
"install-server-deps": ". ./build-server.sh",
"test": "npm run detect-cycle && npm run jshint && npm run testee",
"http-server": "http-server -p 3000 --silent",
"ci": "npm run build && npm run test && node test/test-sauce-labs.js",
"jshint": "jshint --config .jshintrc --exclude node_modules/,dist/,.vscode/,_docs/,test/server/ .",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"release:pre": "npm version prerelease && npm publish --tag pre",
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages"
},
"main": "can-connect-feathers.js",
"keywords": [
"canjs",
"can",
"plugin",
"donejs",
"feathersjs",
"feathers",
"client",
"realtime"
],
"dependencies": {
"@feathersjs/errors": "^4.3.4",
"can-assign": "^1.3.3",
"can-connect": "^4.0.1",
"can-observation": "^4.2.0",
"can-observation-recorder": "^1.3.1",
"can-zone-storage": "^1.0.1",
"feathers-authentication-popups": "^0.1.2",
"jwt-decode": "^2.1.0"
},
"devDependencies": {
"@feathersjs/authentication-client": "^4.3.5",
"@feathersjs/client": "^4.3.5",
"@feathersjs/express": "^4.3.5",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/rest-client": "^4.3.5",
"@feathersjs/socketio": "^4.3.5",
"@feathersjs/socketio-client": "^4.3.5",
"async": "^2.1.5",
"babel-polyfill": "^6.23.0",
"can-define": "^2.8.0",
"can-fixture": "^3.1.7",
"can-fixture-socket": "^2.0.3",
"can-set-legacy": "<2.0.0",
"concurrently": "^3.1.0",
"detect-cyclic-packages": "^1.1.0",
"http-server": "^0.11.0",
"jquery": "^3.1.0",
"jshint": "^2.9.4",
"saucelabs": "^1.4.0",
"socket.io-client": "^2.0.4",
"steal": "^2.2.3",
"steal-qunit": "^2.0.0",
"steal-socket.io": "^4.2.0",
"steal-tools": "^2.2.2",
"test-saucelabs": "0.0.6",
"testee": "^0.9.0",
"wd": "^1.1.3"
}
}