Skip to content

Commit

Permalink
Add BotFramework-schema license (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill7zz authored and stevengum committed Nov 18, 2019
1 parent 6f905bc commit 87aca49
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions libraries/botframework-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
"name": "botframework-schema",
"version": "4.1.6",
"author": "Microsoft Corp.",
"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.1.6",
"license": "MIT",
"keywords": [
"botconnector",
"bots",
"chatbots"
],
"homepage": "http://github.com/Microsoft/botbuilder-js",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Microsoft/botbuilder-js.git"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {},
Expand All @@ -16,14 +26,6 @@
"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version ${Version}"
},
"homepage": "http://github.com/Microsoft/botbuilder-js",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Microsoft/botbuilder-js.git"
},
"files": [
"/lib",
"/src"
Expand Down

0 comments on commit 87aca49

Please sign in to comment.