File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
libraries/botframework-schema Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " botframework-schema" ,
3
- "version " : " 4.1.6 " ,
3
+ "author " : " Microsoft Corp. " ,
4
4
"description" : " Activity schema for the Microsoft Bot Framework." ,
5
+ "version" : " 4.1.6" ,
6
+ "license" : " MIT" ,
5
7
"keywords" : [
6
8
" botconnector" ,
7
9
" bots" ,
8
10
" chatbots"
9
11
],
12
+ "homepage" : " http://github.com/Microsoft/botbuilder-js" ,
13
+ "bugs" : {
14
+ "url" : " http://github.com/Microsoft/botbuilder-js/issues"
15
+ },
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " git@github.com:Microsoft/botbuilder-js.git"
19
+ },
10
20
"main" : " ./lib/index.js" ,
11
21
"typings" : " ./lib/index.d.ts" ,
12
22
"dependencies" : {},
16
26
"clean" : " erase /q /s .\\ lib" ,
17
27
"set-version" : " npm version --allow-same-version ${Version}"
18
28
},
19
- "homepage" : " http://github.com/Microsoft/botbuilder-js" ,
20
- "bugs" : {
21
- "url" : " http://github.com/Microsoft/botbuilder-js/issues"
22
- },
23
- "repository" : {
24
- "type" : " git" ,
25
- "url" : " git@github.com:Microsoft/botbuilder-js.git"
26
- },
27
29
"files" : [
28
30
" /lib" ,
29
31
" /src"
You can’t perform that action at this time.
0 commit comments