24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"name": "imsglobal/lti",
|
|
"version" : "3.0.2",
|
|
"description": "LTI Tool Provider Library",
|
|
"keywords": ["lti"],
|
|
"homepage": "https://www.imsglobal.org/lti",
|
|
"type": "library",
|
|
"license": "Apache-2.0",
|
|
"authors":[
|
|
{
|
|
"name": "Stephen Vickers",
|
|
"email": "svickers@imsglobal.org"
|
|
}
|
|
],
|
|
"require":{
|
|
"php": ">=5.6.0"
|
|
},
|
|
"autoload":{
|
|
"psr-4": {
|
|
"IMSGlobal\\LTI\\": "src/"
|
|
}
|
|
}
|
|
}
|