This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
69 lines (69 loc) · 1.74 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
{
"author": "PubNub",
"name": "chat-engine",
"license": "SEE LICENSE IN LICENSE",
"version": "0.9.21",
"description": "ChatEngine",
"browser": "dist/chat-engine.js",
"main": "src/index.js",
"react-native": "src/index.js",
"scripts": {
"build": "gulp",
"deploy": "gulp; npm publish;",
"docs": "jsdoc src/index.js -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubnub/chat-engine.git"
},
"keywords": [
"pubnub",
"chat",
"sdk",
"realtime"
],
"bugs": {
"url": "https://github.com/pubnub/chat-engine/issues"
},
"homepage": "https://github.com/pubnub/chat-engine#readme",
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.17.2",
"chai": "^3.5.0",
"chat-engine-typing-indicator": "0.0.x",
"decache": "^4.5.0",
"docdash": "^0.4.0",
"es6-promise": "^4.1.1",
"eslint": "^4.7.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"gulp": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify-es": "^0.1.3",
"http-server": "^0.10.0",
"isparta": "^4.1.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"proxyquire": "^1.8.0",
"pubnub-functions-mock": "^0.0.13",
"request": "^2.82.0",
"run-sequence": "^2.2.0",
"sinon": "^4.0.0",
"stats-webpack-plugin": "^0.6.1",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^3.6.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"async": "2.1.2",
"axios": "0.16.2",
"eventemitter2": "2.2.1",
"pubnub": "^4.20.2"
}
}