This repository was archived by the owner on Nov 28, 2018. It is now read-only.
forked from EmielM/layer-ui-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
50 lines (49 loc) · 1.47 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
{
"name": "layer-ui-web",
"version": "1.0.5",
"description": "The Layer UI for Web provides a library of widgets to simplify adding chat capabilities into your application.",
"main": "lib-es5/index.js",
"scripts": {
"prepublish": "grunt prepublish",
"test": "grunt test"
},
"author": "Layer developers <helpdesk@layer.com> (https://layer.com)",
"license": "Apache-2.0",
"dependencies": {
"animated-scrollto": "layerhq/animated-scrollto",
"autolinker": "^1.2.1",
"blueimp-load-image": "^2.9.0",
"notifyjs": "^2.0.3",
"remarkable-emoji": "^0.1.3",
"twemoji": "^1.4.1",
"webcomponents.js": "^0.7.22",
"layer-websdk": "^3.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babelify": "^7.3.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.9.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsduck": "^1.0.1",
"grunt-notify": "^0.4.5",
"grunt-saucelabs": "^9.0.0",
"install": "^0.8.4",
"istanbulify": "^0.1.0",
"less": "^2.7.1",
"npm": "^4.1.1",
"strictify": "^0.2.0"
}
}