-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"name": "active-directory-b2c-javascript-msal-singlepageapp",
"version": "1.1.0",
"license": "MIT",
"main": "server.js",
"dependencies": {
"express": "^4.12.3",
"morgan": "^1.10.0",
"path": "^0.11.14"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"description": "---\r page_type: sample\r description: \"This sample demonstrates how to use the Microsoft Authentication Library for JavaScript (msal.js) to get an access token and call an API secured by Azure AD B2C.\"\r languages:\r - javascript\r products:\r - azure-active-directory\r - azure\r ---",
"devDependencies": {
"nodemon": "^2.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp.git"
},
"keywords": [
"msal.js",
"javascript",
"azure-ad",
"ms-identity",
"b2c",
"ms-graph"
],
"author": "",
"bugs": {
"url": "https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp/issues"
},
"homepage": "https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp#readme"
}