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
  • Loading branch information
OlaoluwaM authored Apr 20, 2021
1 parent ed609b4 commit 7feeca5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "adapt-contrib-accordion",
"version": "5.2.0",
"framework": ">=5.5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-accordion",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new",
"component" : "accordion",
"displayName" : "Accordion",
"description": "An accordion component that displays clickable titles, which reveal display text",
"main": "/js/adapt-contrib-accordion.js",
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPL-3.0"
}

0 comments on commit 7feeca5

Please sign in to comment.