-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"_from": "git+https://github.com/mightymop/cordova-plugin-oidc.git",
"_id": "cordova-plugin-oidc@1.0.0",
"_inBundle": false,
"_integrity": "",
"_location": "/cordova-plugin-oidc",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/mightymop/cordova-plugin-oidc.git",
"rawSpec": "https://github.com/mightymop/cordova-plugin-oidc.git",
"saveSpec": "git+https://github.com/mightymop/cordova-plugin-oidc.git",
"fetchSpec": "https://github.com/mightymop/cordova-plugin-oidc.git",
"gitCommittish": null
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "git+https://github.com/mightymop/cordova-plugin-oidc.git",
"_spec": "https://github.com/mightymop/cordova-plugin-oidc.git",
"author": "",
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-oidc",
"platforms": [
"android"
]
},
"deprecated": false,
"description": "cordova plugin add https://github.com/mightymop/cordova-plugin-oidc.git\r ### 2. read README.md",
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"license": "ISC",
"name": "cordova-plugin-oidc",
"types": "./types/index.d.ts",
"version": "1.0.0"
}