angularx-social-login
Version:
Social login and authentication module for Angular 4 / 5. Supports authentication with Google and Facebook. Can be extended to other providers also.
93 lines (92 loc) • 3.07 kB
JSON
{
"name": "angularx-social-login",
"version": "2.2.1",
"description": "Social login and authentication module for Angular 4 / 5. Supports authentication with Google and Facebook. Can be extended to other providers also.",
"repository": {
"type": "git",
"url": "https://github.com/abacritt/angularx-social-login"
},
"author": {
"name": "Jaibatrik Dutta",
"email": "jaibatrik@gmail.com"
},
"keywords": [
"angular",
"angular4",
"angular8",
"angular-social-login",
"social-authentication",
"social-login",
"google-authentication",
"facebook-authentication"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/abacritt/angularx-social-login/issues"
},
"main": "./bundles/angularx-social-login.umd.js",
"module": "./angularx-social-login.es5.js",
"es2015": "./angularx-social-login.js",
"typings": "./angularx-social-login.d.ts",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"scripts": {
"clean": "rimraf out-tsc dist/*",
"prebuild": "npm run clean",
"build": "node build.js",
"build-demo": "tsc -p src/demo/",
"build-demo:watch": "tsc -p src/demo/ -w",
"serve": "lite-server -c=bs-config.json",
"prestart": "npm run build-demo",
"start": "concurrently \"npm run build-demo:watch\" \"npm run serve\"",
"build-test": "tsc -p src/tsconfig.spec.json",
"build-test:watch": "tsc -p src/tsconfig.spec.json -w",
"pretest": "npm run build-test",
"test": "concurrently \"npm run build-test:watch\" \"karma start karma.conf.js\"",
"coverage": "karma start karma-coverage.conf.js --single-run",
"pretest:once": "npm run build-test",
"test:once": "karma start karma.conf.js --single-run",
"preintegration": "npm run build && cd integration && npm run clean && npm install",
"integration": "npm run integration:aot && npm run integration:jit",
"integration:jit": "cd integration && npm run e2e",
"integration:aot": "cd integration && npm run e2e:aot",
"lint": "tslint ./src/**/*.ts -t verbose",
"release": "standard-version"
},
"peerDependencies": {
"@angular/core": "^8.2.10",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@angular/common": "^8.2.10",
"@angular/compiler": "^8.2.10",
"@angular/compiler-cli": "^8.2.10",
"@angular/core": "^8.2.10",
"@angular/platform-browser": "^8.2.10",
"@angular/platform-browser-dynamic": "^8.2.10",
"@types/jasmine": "3.4.4",
"@types/node": "^12.7.12",
"camelcase": "^5.3.1",
"concurrently": "5.0.0",
"core-js": "^3.2.x",
"glob": "^7.1.4",
"lite-server": "^2.5.4",
"rimraf": "^3.0.0",
"rollup": "^1.23.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.3",
"rxjs": "^6.5.3",
"standard-version": "^7.0.0",
"systemjs": "^6.1.3",
"tsickle": "^0.37.0",
"tslint": "^5.20.0",
"zone.js": "^0.9.1"
},
"dependencies": {
"typescript": "^3.5.3"
}
}