forked from AzureAD/azure-activedirectory-library-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 798 Bytes
/
bower.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
37
38
39
40
41
42
{
"name": "adal-angular",
"version": "0.0.1",
"homepage": "https://github.com/AzureAD/azure-activedirectory-library-for-js",
"authors": [
"MSOpentech"
],
"description": "Azure Active Directory Client Library for js",
"main": "./lib/adal.js",
"moduleType": [
"node"
],
"keywords": [
"adal",
"oauth",
"active",
"directory",
"azure"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*"
},
"devDependencies": {
"angular-resource": "~1.2.26",
"angular-mocks": "~1.2.16",
"jasmine": "2.0.0",
"angular-route": "~1.2.26"
}
}