Skip to content

Commit

Permalink
chore: added package.json
Browse files Browse the repository at this point in the history
For issue #3072 of the adapt_framework. Check bower.json for comparison
  • Loading branch information
OlaoluwaM authored Apr 21, 2021
1 parent a95a68e commit 94afb62
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "adapt-contrib-tutor",
"version": "3.0.0",
"framework": ">=5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-tutor",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new",
"extension" : "tutor",
"displayName" : "Tutor",
"description": "An extension which provides a basic feedback overlay for question components",
"main": "/js/adapt-contrib-tutor.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPL-3.0",
"targetAttribute": "_tutor"
}

0 comments on commit 94afb62

Please sign in to comment.