Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrismit authored Nov 29, 2018
1 parent e27c542 commit 0c558d5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "taalendigitaal/summernote-audio",
"description": "A Summernote plugin that adds a button to insert audio by URL or file upload.",
"type": "component",
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"styles": [
"summernote-audio.css"
],
"scripts": [
"summernote-audio.js"
]
}
}
}

0 comments on commit 0c558d5

Please sign in to comment.