UNPKG

1.74 kBJSONView Raw
1{
2 "name": "pusher-js",
3 "version": "5.0.0",
4 "description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
5 "main": "dist/node/pusher.js",
6 "browser": "dist/web/pusher.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/pusher/pusher-js.git"
13 },
14 "keywords": [
15 "pusher",
16 "client",
17 "websocket",
18 "http",
19 "fallback",
20 "isomorphic",
21 "events",
22 "pubsub"
23 ],
24 "author": "Pusher",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/pusher/pusher-js"
28 },
29 "homepage": "https://github.com/pusher/pusher-js",
30 "devDependencies": {
31 "@react-native-community/netinfo": "^4.1.1",
32 "faye-websocket": "^0.9.4",
33 "fetch-mock": "git+https://git@github.com/jpatel531/fetch-mock.git",
34 "isomorphic-fetch": "^2.2.1",
35 "jasmine-node": "^3.0.0",
36 "jasmine-spec-reporter": "^1.2.0",
37 "karma": "^4.1.0",
38 "karma-browserstack-launcher": "^1.5.1",
39 "karma-chrome-launcher": "^2.2.0",
40 "karma-coverage": "^1.1.2",
41 "karma-firefox-launcher": "^1.1.0",
42 "karma-jasmine": "~0.1.0",
43 "karma-jasmine-web-worker": "^0.1.2",
44 "karma-opera-launcher": "^1.0.0",
45 "karma-safari-launcher": "^1.0.0",
46 "karma-spec-reporter": "0.0.32",
47 "karma-verbose-reporter": "0.0.6",
48 "karma-webpack": "^4.0.2",
49 "object-assign-deep": "0.0.4",
50 "ts-loader": "^6.0.4",
51 "tweetnacl": "^1.0.1",
52 "tweetnacl-util": "^0.15.0",
53 "typescript": "^3.4.5",
54 "uglify-js": "^2.6.2",
55 "webpack": "^4.35.2",
56 "webpack-cli": "^3.3.5",
57 "webpack-dev-server": "^3.7.2",
58 "xmlhttprequest": "^1.8.0"
59 },
60 "dependencies": {}
61}