Vincent Biret e61e85ca0f adding react-skype-status sample to demonstrate the usage of UCWA SDK (#380)
* adding react-skype-status sample to demonstrate the usage of UCWA SDK

* react-skype-status adding missing tracking information

* react-skype-status : updating readme to match standard
2017-12-08 14:02:12 +02:00

21 lines
637 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"skype-presence-react-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/skypePresenceReact/SkypePresenceReactWebPart.js",
"manifest": "./src/webparts/skypePresenceReact/SkypePresenceReactWebPart.manifest.json"
}
]
}
},
"externals": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"
},
"localizedResources": {
"SkypePresenceReactWebPartStrings": "lib/webparts/skypePresenceReact/loc/{locale}.js"
}
}