Skip to content

Commit

Permalink
Publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 19, 2024
1 parent 3873cc1 commit aa25888
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "blacklight-oembed",
"version": "1.2.0",
"description": "Oembed behavior for Blacklight",
"main": "app/assets/javascripts/blacklight_oembed/jquery.oembed.js",
"files": [
"app/assets/javascripts/blacklight_oembed/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/blacklight-oembed.git"
},
"author": "Chris Beer, Justin Coyne, et al.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/blacklight-oembed/issues"
},
"homepage": "https://github.com/projectblacklight/blacklight-oembed#readme",
"dependencies": {}
}

0 comments on commit aa25888

Please sign in to comment.