-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.36 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
{
"_from": "ngx-auth-social",
"_id": "ngx-auth-social@2.0.0",
"_inBundle": false,
"_integrity": "sha512-vPIJuisgvla2Paq7gTm6D2keEPDY4ORSAkAbPSlEHc1dM+dL+GetFmPt6k9ThVddfuvJP25fvTnfD1JkuMVjZQ==",
"_location": "/ngx-auth-social",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ngx-auth-social",
"name": "ngx-auth-social",
"escapedName": "ngx-auth-social",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ngx-auth-social/-/ngx-auth-social-2.0.0.tgz",
"_shasum": "abaf47e602d793af9770788138aea4555a89b01e",
"_spec": "ngx-auth-social",
"_where": "/private/var/www/ang",
"author": {
"name": "Alex Solomko"
},
"bugs": {
"url": "https://github.com/Solomko2/angular-social-auth/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "This is a wrapper for the official Linkedin SDK, Google SDK and ngx-facebook plugin.",
"homepage": "https://github.com/Solomko2/angular-social-auth#readme",
"license": "ISC",
"main": "index.js",
"name": "ngx-auth-social",
"repository": {
"type": "git",
"url": "git+https://github.com/Solomko2/angular-social-auth.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0"
}