-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
37
38
39
40
41
42
43
44
45
46
{
"name": "reactxp-msaadalauth",
"version": "0.0.8",
"description": "An abstraction around ADAL plus a manual MSA implementation for unified authentication support for ReactXP apps",
"author": "David de Regt <[email protected]>",
"scripts": {
"prepare": "tsc",
"clean": "rimraf dist",
"build": "npm run tslint && tsc",
"tslint": "tslint --project tsconfig.json -r tslint.json --fix || true"
},
"peerDependencies": {
"adal-angular": ">=1.0.17",
"react-native-ms-adal": ">=0.4.2"
},
"dependencies": {
"lodash": "^4.17.15",
"simplerestclients": "^0.2.10",
"synctasks": "^0.3.3"
},
"devDependencies": {
"@types/adal-angular": "^1.0.1",
"@types/lodash": "^4.14.138",
"adal-angular": ">=1.0.17",
"react-native-ms-adal": ">=0.4.2",
"reactxp": ">=1.6.1",
"rimraf": "3.0.0",
"tslint": "5.20.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/deregtd/reactxp-msaadalauth"
},
"bugs": {
"url": "https://github.com/deregtd/reactxp-msaadalauth/issues"
},
"keywords": [
"adal",
"msa",
"reactxp"
],
"license": "MIT",
"types": "dist/index.web.d.ts"
}