forked from pusher/pusher-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pusher-js",
"version": "4.2.1",
"description": "Pusher JavaScript library for browsers, React Native, NodeJS and web workers",
"main": "dist/node/pusher.js",
"browser": "dist/web/pusher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pusher/pusher-js.git"
},
"keywords": [
"pusher",
"client",
"websocket",
"http",
"fallback",
"isomorphic",
"events",
"pubsub"
],
"author": "Pusher",
"license": "MIT",
"bugs": {
"url": "https://github.com/pusher/pusher-js"
},
"homepage": "https://github.com/pusher/pusher-js",
"devDependencies": {
"es3ify-loader": "^0.2.0",
"fetch-mock": "git+https://[email protected]/jpatel531/fetch-mock.git",
"isomorphic-fetch": "^2.2.1",
"jasmine-node": "^1.14.5",
"jasmine-spec-reporter": "^1.2.0",
"karma": "^0.13.18",
"karma-browserstack-launcher": "^0.1.11",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "~0.1.0",
"karma-jasmine-web-worker": "^0.1.2",
"karma-opera-launcher": "^0.1.0",
"karma-safari-launcher": "^0.1.1",
"karma-spec-reporter": "0.0.24",
"karma-verbose-reporter": "0.0.3",
"karma-webpack": "^1.7.0",
"object-assign-deep": "0.0.4",
"string-replace-webpack-plugin": "0.0.3",
"ts-loader": "^0.8.2",
"typescript": "^1.8.0",
"uglify-js": "^2.6.2",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"faye-websocket": "0.9.4",
"xmlhttprequest": "^1.8.0"
}
}