-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"name": "sp-qna-bot",
"version": "1.1.0",
"description": "Sample QnA maker Bot for SharePoint Online using OAuth2",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FranckyC/SharePointBot.git"
},
"keywords": [
"OAuth2",
"SharePoint",
"Bot",
"QnA Maker",
"Framework"
],
"author": "Franck Cornu - @FranckCornu (aequos)",
"license": "MIT",
"dependencies": {
"adal-node": "^0.1.22",
"botbuilder": "^3.8.4",
"botbuilder-cognitiveservices": "^1.1.0",
"es6-promise": "^4.0.5",
"html-entities": "^1.2.0",
"lodash": "^4.17.4",
"node-fetch": "^1.6.3",
"restify": "^4.3.0"
}
}