Vardhaman Deshpande a9fe43282d Added the org chart web part (#15)
* added the org chart web part
* updated to drop 3, got batch from this.httpClient
* updated comments
* formatting
* got user photos from /_layouts/15/userphoto.aspx
* renamed folder, other fixes
2016-09-15 13:28:29 +03:00

28 lines
641 B
JSON

{
"name": "organisation-chart",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@microsoft/sp-client-base": "~0.2.1",
"@microsoft/sp-client-preview": "~0.3.0",
"office-ui-fabric-react": "0.36.0",
"react": "0.14.8",
"react-dom": "0.14.8"
},
"devDependencies": {
"@microsoft/sp-build-web": "~0.5.0",
"@microsoft/sp-module-interfaces": "~0.2.0",
"@microsoft/sp-webpart-workbench": "~0.3.0",
"gulp": "~3.9.1",
"office-ui-fabric": "2.6.1"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp nuke",
"test": "gulp test"
}
}