forked from pnp/generator-teams
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "generator-teams",
"version": "2.4.5",
"description": "Yeoman generator for Microsoft Teams Apps",
"main": "generators/app/index.js",
"scripts": {
"build": "node_modules/.bin/webpack"
},
"files": [
"generators"
],
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/generator-teams.git"
},
"bugs": {
"url": "https://github.com/OfficeDev/generator-teams/issues"
},
"homepage": "https://github.com/OfficeDev/generator-teams",
"keywords": [
"yeoman-generator",
"Microsoft Teams",
"microsoft-teams",
"Office 365",
"office-365",
"bot",
"bot-framework",
"botbuilder",
"chatbot"
],
"author": "Wictor Wilén ([email protected])",
"maintainers": [
{
"name": "Wictor Wilén",
"email": "[email protected]",
"url": "http://www.wictorwilen.se"
},
{
"name": "Bill Bliss",
"email": "[email protected]",
"url": "https://github.com/billbliss"
}
],
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.104",
"@types/yeoman-generator": "^2.0.1",
"@types/yosay": "0.0.29",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.5.0",
"ts-loader": "^4.0.1",
"typescript": "^2.6.1",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10"
},
"dependencies": {
"applicationinsights": "^1.0.2",
"chalk": "^2.3.2",
"guid": "0.0.12",
"lodash": "^4.17.5",
"yeoman-generator": "^2.0.3",
"yosay": "^2.0.1"
}
}