David Hartman 49b1d265b1 Msgraph dev (#180)
* removed old msgraph code

* initial commit
2017-05-02 10:12:37 +03:00

30 lines
832 B
JSON

{
"entries": [
{
"entry": "./lib/webparts/msGraph/MsGraphWebPart.js",
"manifest": "./src/webparts/msGraph/MsGraphWebPart.manifest.json",
"outputPath": "./dist/ms-graph.bundle.js"
}
],
"externals": {
"angular": {
"path": "https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.11/angular.js",
"globalName": "angular"
},
"ng-office-fabric-ui": {
"path": "https://cdnjs.cloudflare.com/ajax/libs/ngOfficeUiFabric/0.15.0/ngOfficeUiFabric.js",
"globalName": "ng-office-fabric-ui",
"globalDependencies": [
"angular"
]
},
"hellojs": {
"path": "https://cdnjs.cloudflare.com/ajax/libs/hellojs/1.14.1/hello.js",
"globalName": "hellojs"
}
},
"localizedResources": {
"msGraphStrings": "webparts/msGraph/loc/{locale}.js"
}
}