-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.69 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.69 KB
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
{
"name": "chat-engine-chats-observer",
"version": "1.0.0",
"description": "Observer make it easier to discover changes in user's chats list by triggering '$.chats.change' event with Chat.",
"main": "src/plugin.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parfeon/chat-engine-chats-observer.git"
},
"keywords": [
"pubnub",
"chat",
"sdk",
"realtime"
],
"author": "Serhii Mamontov <parfeon@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/parfeon/chat-engine-chats-observer/issues"
},
"homepage": "https://github.com/parfeon/chat-engine-chats-observer#readme",
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015-no-commonjs": "0.0.2",
"chai": "^4.1.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eventemitter2": "^4.1.2",
"gulp": "^3.9.1",
"gulp-spawn-mocha": "^4.0.1",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-shell": "^0.6.3",
"isparta": "^4.0.0",
"mocha": "^4.0.1",
"run-sequence": "^2.2.0",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0"
},
"peerDependencies": {
"chat-engine": ">=0.6.0"
},
"dependencies": {
"chat-engine": "^0.6.0"
}
}