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 20, 2021
1 parent 53018dd commit bf17500
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "adapt-contrib-graphic",
"version": "4.1.0",
"framework": ">=5.5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-graphic",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new",
"component" : "graphic",
"displayName" : "Graphic",
"description": "Graphic component which dynamically displays small and large images of different resolutions based upon device width",
"main": "/js/adapt-contrib-graphic.js",
"assetFields" : [
"_graphic.small",
"_graphic.large"
],
"keywords": [
"adapt-plugin",
"adapt-component"
],
"license": "GPL-3.0"
}

0 comments on commit bf17500

Please sign in to comment.