-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "@navigateconsulting/web-channel",
"version": "0.0.1-alpha.3",
"description": "EVA Web Chat Component",
"main": "eva-bot.js",
"module": "eva-bot.js",
"repository": {
"type": "git",
"url": "https://github.com/navigateconsulting/web-channel"
},
"keywords": [
"chatbot",
"rasa",
"rasa core",
"rasa nlu",
"web component",
"assistant"
],
"author": "Nishant Shuke <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/navigateconsulting/web-channel/issues"
},
"homepage": "https://github.com/navigateconsulting/web-channel",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@polymer/app-layout": "^3.1.0",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-fab": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.0.2",
"lit-element": "^2.2.1"
},
"devDependencies": {
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"wct-mocha": "^1.0.1"
}
}