-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
{
"name": "angular2-social-login",
"version": "3.1.1",
"description": "Simple client side social authentication for Angular2 application.",
"main": "dist/bundles/angular2-social-login.min.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/angular2-social-login.js --screw-ie8 --compress --mangle --comments --output dist/bundles/angular2-social-login.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"peerDependencies": {
"@angular/core": "2.x || 4.x",
"rxjs": "^5.0.1"
},
"devDependencies": {
"@angular/common": "~2.4.0",
"@angular/compiler": "~2.4.0",
"@angular/compiler-cli": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@types/core-js": "^0.9.34",
"rollup": "^0.41.6",
"rxjs": "5.0.1",
"typescript": "^2.2.2",
"uglify-js": "^2.8.22",
"zone.js": "^0.7.4",
"@angular/core": "~2.4.0",
"@angular/http": "~2.4.0"
},
"keywords": [
"angular2",
"angular",
"angular 4",
"authentication",
"social login",
"angular4 social login",
"angular2 social login"
],
"contributors": [
{
"name": "Srinivas K",
"email": "kpsrinivas@heresy.in"
},
{
"name": "Jayaram Kurapati",
"url": "https://www.jayaramk.in",
"email": "reachme@jayaramk.in"
}
],
"author": "Heresy Infotech Private Limited",
"license": "ISC"
}