This repository was archived by the owner on Nov 28, 2018. It is now read-only.
forked from ali/layer-websdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.81 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.81 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
56
57
58
59
60
61
62
{
"name": "layer-websdk",
"version": "3.4.4",
"description": "Layer Web SDK - JavaScript library for adding chat services to your web application.",
"keywords": "layer,sdk,websdk,developers,communications,messaging,chat",
"homepage": "https://developer.layer.com/docs/websdk",
"author": "Layer developers <michael@layer.com> (https://layer.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "layerhq/layer-websdk"
},
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
},
"license": "Apache-2.0",
"dependencies": {
"backbone-events-standalone": "^0.2.7",
"base64-js": "^1.2.0",
"filereader": "^0.10.3",
"layer-patch": "^1.1.0",
"uuid": "^2.0.2",
"websocket": "^1.0.22",
"xhr2": "^0.1.2"
},
"browser": {
"atob": false,
"xhr2": false,
"websocket": false,
"filereader": false
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-import-resolver-node": "^0.2.3",
"eslint-module-utils": "^2.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsduck": "^1.0.1",
"grunt-remove": "^0.1.0",
"grunt-replace": "^0.11.0",
"grunt-saucelabs": "^8.6.2",
"grunt-template-jasmine-istanbul": "^0.4.0",
"grunt-umd": "^2.3.5",
"istanbulify": "^0.1.0",
"through": "^2.3.8"
}
}