-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "@mindlink/add-in-client",
"version": "1.0.8",
"description": "An abstraction over the Microsoft Skype for Business add-in client API that supports both native Skype for Business clients and MindLink web and mobile clients for a richer add-in experience.",
"repository": {
"type": "git",
"url": "https://github.com/mindlink/add-in-client.git"
},
"keywords": [
"mindlink",
"addin",
"sfb",
"SkypeForBusiness",
"Lync"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mindlink/add-in-client/issues"
},
"homepage": "https://github.com/mindlink/add-in-client",
"scripts": {
"build": "webpack --mode development",
"release": "npm run build && npm publish --access=public && npm run github-publish",
"github-publish": "publish-release --assets dist/add-in-client.js"
},
"main": "./dist/add-in-client.js",
"types": "./dist/src/client.d.ts",
"devDependencies": {
"publish-release": "^1.6.0",
"ts-loader": "^4.4.1",
"typescript": "2.9.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"dependencies": {}
}