forked from microsoftarchive/botauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 983 Bytes
/
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
{
"name": "botauth",
"version": "0.2.13-0",
"description": "OAuth Middleware for BotFramework",
"main": "./lib/",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattdot/botauth.git"
},
"keywords": [
"botframework",
"oauth"
],
"author": "Matt Dotson <mdotson@microsoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattdot/botauth/issues"
},
"homepage": "https://github.com/mattdot/botauth#readme",
"dependencies": {
"botbuilder": "^3.5.0-rc5",
"cookie": "^0.3.1",
"passport": "^0.3.2",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-run": "^1.7.1",
"gulp-typescript": "^3.1.3",
"merge-stream": "^1.0.0",
"mocha": "^3.0.2",
"tslint": "^3.15.1",
"typescript": "^2.0.3"
},
"typings": "lib/index",
"files": [
"lib/",
"locale/"
]
}