diff --git a/package.json b/package.json new file mode 100644 index 0000000..ed2ce6c --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "adapt-contrib-narrative", + "version": "6.2.2", + "framework": ">=5.5", + "homepage": "https://github.com/adaptlearning/adapt-contrib-narrative", + "issues": "https://github.com/adaptlearning/adapt_framework/issues/new", + "component" : "narrative", + "displayName" : "Narrative", + "description": "A component that displays an image gallery with accompanying text", + "main": "/js/adapt-contrib-narrative.js", + "keywords": [ + "adapt-plugin", + "adapt-component" + ], + "license": "GPL-3.0" +}