forked from pubnub/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.38 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
{
"name": "pubnub",
"preferGlobal": false,
"version": "4.2.0",
"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/node/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": {
"superagent": "^2.3.0",
"uuid": "^2.0.3"
},
"noAnalyze": false,
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-flowtype": "^2.19.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-mocha": "^4.6.0",
"eslint-plugin-react": "^6.3.0",
"flow-bin": "^0.33.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-exec": "^2.1.2",
"gulp-flowtype": "^1.0.0",
"gulp-gzip": "^1.4.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"imports-loader": "^0.6.5",
"isparta": "^4.0.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "^0.0.26",
"mocha": "^3.1.0",
"nock": "^8.0.0",
"phantomjs-prebuilt": "^2.1.12",
"remap-istanbul": "^0.6.4",
"run-sequence": "^1.2.2",
"sinon": "^1.17.6",
"stats-webpack-plugin": "^0.4.2",
"uglify-js": "^2.7.3",
"underscore": "^1.8.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-stream": "^3.2.0"
},
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.8"
}
}