11{
2- "name" : " oidc-client" ,
3- "version" : " 1.0.0" ,
4- "description" : " OpenID Connect (OIDC) client library" ,
5- "main" : " src/_index.js" ,
6- "scripts" : {
7- "start" : " node sample/server.js" ,
8- "build" : " webpack --config webpack.config.js" ,
9- "test" : " mocha --compilers js:babel-register test/unit/*.spec.js"
10- },
11- "repository" : {
12- "type" : " git" ,
13- "url" : " https://github.com/IdentityModel/oidc-client-js.git"
14- },
15- "author" : " " ,
16- "license" : " Apache-2.0" ,
17- "bugs" : {
18- "url" : " https://github.com/IdentityModel/oidc-client-js/issues"
19- },
20- "homepage" : " https://github.com/IdentityModel/oidc-client-js" ,
21- "devDependencies" : {
22- "babel-core" : " ^6.7.2" ,
23- "babel-loader" : " ^6.2.4" ,
24- "babel-plugin-add-module-exports" : " ^0.1.2" ,
25- "babel-preset-es2015" : " ^6.6.0" ,
26- "babel-register" : " ^6.7.2" ,
27- "chai" : " ^3.5.0" ,
28- "express" : " ^4.13.4" ,
29- "mocha" : " ^2.4.5" ,
30- "open" : " 0.0.5" ,
31- "webpack" : " ^1.12.14"
32- },
33- "dependencies" : {
34- "babel-polyfill" : " ^6.7.4" ,
35- "jsrsasign" : " ^5.0.7"
36- }
37- }
2+ "name" : " oidc-client" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " OpenID Connect (OIDC) & OAuth2 client library" ,
5+ "main" : " src/_index.js" ,
6+ "scripts" : {
7+ "start" : " node sample/server.js" ,
8+ "build" : " webpack --config webpack.config.js" ,
9+ "test" : " mocha --compilers js:babel-register test/unit/*.spec.js"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/IdentityModel/oidc-client-js.git"
14+ },
15+ "author" : " Brock Allen & Dominick Baier" ,
16+ "contributors" : [
17+ {
18+ "name" : " Brock Allen" ,
19+ "email" : " brockallen@gmail.com"
20+ },
21+ {
22+ "name" : " Dominick Baier" ,
23+ "email" : " dbaier@leastprivilege.com"
24+ }
25+ ],
26+ "license" : " Apache-2.0" ,
27+ "bugs" : {
28+ "url" : " https://github.com/IdentityModel/oidc-client-js/issues"
29+ },
30+ "homepage" : " https://github.com/IdentityModel/oidc-client-js" ,
31+ "devDependencies" : {
32+ "babel-core" : " ^6.7.2" ,
33+ "babel-loader" : " ^6.2.4" ,
34+ "babel-plugin-add-module-exports" : " ^0.1.2" ,
35+ "babel-preset-es2015" : " ^6.6.0" ,
36+ "babel-register" : " ^6.7.2" ,
37+ "chai" : " ^3.5.0" ,
38+ "express" : " ^4.13.4" ,
39+ "mocha" : " ^2.4.5" ,
40+ "open" : " 0.0.5" ,
41+ "webpack" : " ^1.12.14"
42+ },
43+ "dependencies" : {
44+ "babel-polyfill" : " ^6.7.4" ,
45+ "jsrsasign" : " ^5.0.7"
46+ }
47+ }
0 commit comments