UNPKG
bottender-form
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.2
An experimental package for handling conversational form with Bottender.
bottender-form
/
examples
/
quick-replies
/
package.json
15 lines
(14 loc)
•
244 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"scripts"
:
{
"dev"
:
"nodemon index.js"
,
"start"
:
"node index.js"
}
,
"dependencies"
:
{
"bottender"
:
"latest"
,
"bottender-form"
:
"latest"
,
"lodash"
:
"^4.17.5"
}
,
"devDependencies"
:
{
"nodemon"
:
"^1.11.0"
}
}