Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
559 B

{
"name": "yii2-authclient",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Paul Klimov <klimov.paul@gmail.com>"
],
"description": "External authentication via OAuth and OpenID for the Yii framework",
"keywords": ["yii2", "authclient", "OAuth", "OpenID", "auth"],
"license": "BSD-3-Clause",
"main": [
"assets/authchoice.js",
"assets/authchoice.css"
],
"ignore": [
"/*",
"!/assets"
],
"dependencies": {
"jquery": ">=1.8"
}
}