2016-09-22 08:00:02 -04:00
|
|
|
{
|
|
|
|
"name": "react-aad-implicitflow",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Waldek Mastykarz",
|
|
|
|
"url": "http://www.rencore.com"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-client-base": "~0.3.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.4.0",
|
|
|
|
"adal-angular": "^1.0.12",
|
|
|
|
"office-ui-fabric-react": "0.36.0",
|
|
|
|
"react": "0.14.8",
|
|
|
|
"react-dom": "0.14.8"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/sp-build-web": "~0.6.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.3.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~0.4.0",
|
|
|
|
"gulp": "~3.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp nuke",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
2016-09-30 03:09:02 -04:00
|
|
|
}
|