-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
43
44
45
46
47
48
{
"name": "botbuilder-formflow",
"version": "0.5.0",
"description": "Form flow with subdialogs",
"main": "botbuilder-formflow.js",
"dependencies": {
"botbuilder": "^3.8.2",
"botbuilder-get-attachment": "^0.2.0",
"restify": "^6.3.4"
},
"devDependencies": {
"botbuilder-unit": "0.*",
"assert": "^1.4.1",
"jasmine": "^2.5.3",
"jasmine-terminal-reporter": "^1.0.3",
"jshint": "^2.9.4",
"node-uuid": "^1.4.8",
"sprintf": "^0.1.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jasmine": "^2.4.2",
"gulp-watch": "^4.3.11",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2"
},
"scripts": {
"test": "node ./spec/testRunner.js ",
"test_debug": "node ./spec/testRunner.js --NODE_DEBUG=botbuilder"
},
"bugs": {
"url": "https://github.com/gudwin/botbuilder-formflow/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/gudwin/botbuilder-formflow.git"
},
"keywords": [
"botbuilder",
"formflow",
"subdialog",
"chatbot",
"mbf"
],
"author": "Dmitry Shevchenko",
"license": "GNU 3.0"
}