-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·110 lines (110 loc) · 2.84 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "gcip-iap",
"version": "2.0.0",
"description": "GCIP/IAP JS SDK",
"author": "Google",
"license": "Apache-2.0",
"homepage": "https://github.com/GoogleCloudPlatform/iap-gcip-web-toolkit",
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"cloud",
"identity",
"platform",
"gcip",
"iap",
"firebase",
"proxy",
"aware",
"authentication"
],
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/iap-gcip-web-toolkit",
"sshclone": "[email protected]:GoogleCloudPlatform/iap-gcip-web-toolkit.git"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist/",
"LICENSE",
"README.md",
"package.json"
],
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "^8.10.51",
"node-forge": "^1.3.1"
},
"peerDependencies": {
"firebase": "^9.8.3",
"promise-polyfill": "^8.1.0",
"url-polyfill": "^1.1.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@firebase/auth-types": "0.10.2",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/lodash": "^4.14.137",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.0",
"@types/sinon": "^4.1.3",
"@types/sinon-chai": "^2.7.36",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chalk": "^1.1.3",
"chromedriver": "latest",
"del": "^2.2.1",
"dtslint": "^4.2.1",
"firebase": "^9.1.3",
"firebase-admin": "^11.5.0",
"firebase-tools": "^9.21.0",
"gulp": "^4.0.2",
"gulp-exit": "0.0.2",
"gulp-gzip": "^1.4.2",
"gulp-header": "^1.8.8",
"gulp-replace": "^0.5.4",
"gulp-tar": "^2.1.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"karma": "6.2.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.0.3",
"karma-mocha": "2.0.1",
"karma-sinon": "1.0.5",
"karma-typescript": "5.5.0",
"karma-typescript-es6-transform": "5.5.0",
"karma-typescript-preprocessor": "0.4.0",
"karma-verbose-reporter": "0.0.6",
"lodash": "^4.17.19",
"merge2": "^1.2.4",
"minimist": "^1.2.5",
"mocha": "^8.1.3",
"nock": "^9.1.8",
"npm-run-all": "^4.1.2",
"promise-polyfill": "^8.1.0",
"request": "^2.88.0",
"rollup": "1.4.0",
"rollup-plugin-babel-minify": "^6.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript2": "^0.12.0",
"selenium-webdriver": "4.0.0-alpha.7",
"sinon": "^4.4.5",
"sinon-chai": "^2.8.0",
"ts-node": "^3.3.0",
"tslint": "^5.9.0",
"typescript": "^3.9.7",
"url-polyfill": "^1.1.7",
"webpack": "4.43.0",
"whatwg-fetch": "^3.0.0",
"yargs": "15.4.1"
}
}