-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 827 Bytes
/
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
{
"name": "ringcentral-date-time-chatbot",
"version": "0.3.0",
"description": "Demo ringcentral chatbot which can tell time/date created with ringcentral-chatbot-framework",
"keywords": [
"ringcentral",
"bot",
"framework",
"python",
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zxdong262/ringcentral-date-time-chatbot.git"
},
"author": "Drake Zhao <drake.zhao@ringcentral.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zxdong262/ringcentral-date-time-chatbot/issues"
},
"homepage": "https://github.com/zxdong262/ringcentral-date-time-chatbot#readme",
"devDependencies": {
"js-yaml": "3.12.2",
"ngrok": "3.1.0",
"serverless": "1.33.2",
"serverless-python-requirements": "4.2.5",
"shelljs": "0.8.3"
}
}