This repository was archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.53 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "pubnub",
"version": "4.24.2",
"author": "PubNub <[email protected]>",
"description": "Publish & Subscribe Real-time Messaging with PubNub",
"bin": {},
"scripts": {
"codecov": "cat coverage/lcov.info | codecov"
},
"main": "./lib/node/index.js",
"react-native": "./lib/react_native/index.js",
"nativescript": "./lib/nativescript/index.js",
"browser": "./dist/web/pubnub.min.js",
"repository": {
"type": "git",
"url": "git://github.com/pubnub/javascript.git"
},
"keywords": [
"cloud",
"publish",
"subscribe",
"websockets",
"comet",
"bosh",
"xmpp",
"real-time",
"messaging"
],
"dependencies": {
"agentkeepalive": "^3.5.2",
"lil-uuid": "^0.1.1",
"superagent": "^3.8.1",
"superagent-proxy": "^1.0.3"
},
"noAnalyze": false,
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-register": "^6.26.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^4.12.1",
"flow-bin": "^0.46.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-exec": "^2.1.3",
"gulp-flowtype": "^1.0.0",
"gulp-gzip": "^1.4.2",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.1",
"gulp-unzip": "^0.2.0",
"imports-loader": "^0.7.0",
"isparta": "^4.1.1",
"js-yaml": "^3.12.0",
"json-loader": "^0.5.7",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.3.4",
"karma-spec-reporter": "^0.0.31",
"mocha": "^3.5.3",
"nock": "^9.6.1",
"node-fetch": "^1.7.3",
"phantomjs-prebuilt": "^2.1.16",
"run-sequence": "^1.2.2",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0",
"stats-webpack-plugin": "^0.6.2",
"uglify-js": "^2.8.26",
"underscore": "^1.9.1",
"webpack": "^2.4.1",
"webpack-stream": "^3.2.0"
},
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.8"
}
}