-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 929 Bytes
/
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
{
"name": "ng-oidc",
"version": "1.3.2",
"description": "OpenID Connect (OIDC) & OAuth2 client library For AngularJS",
"license": "MIT",
"repository": "A20Group/ngOidc",
"author": "AmirHossein Abdollahzadeh",
"homepage": "https://github.com/A20Group/ngOidc",
"bugs": "https://github.com/A20Group/ngOidc/issues",
"main": "lib/ngOidc.min.js",
"engines": {
"node": ">= 4.4.0"
},
"files": [
"lib/"
],
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"http-server": "^0.11.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.24.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "webpack --mode production",
"start": "http-server ./sample -a localhost -p 5000 -c-1"
},
"keywords": [
"angular",
"angularjs",
"auth",
"oidc",
"oauth2",
"oauth",
"identity",
"authentication"
]
}