Skip to content

Commit aa25888

Browse files
committed
Publish to npm
1 parent 3873cc1 commit aa25888

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "blacklight-oembed",
3+
"version": "1.2.0",
4+
"description": "Oembed behavior for Blacklight",
5+
"main": "app/assets/javascripts/blacklight_oembed/jquery.oembed.js",
6+
"files": [
7+
"app/assets/javascripts/blacklight_oembed/*.js"
8+
],
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/projectblacklight/blacklight-oembed.git"
15+
},
16+
"author": "Chris Beer, Justin Coyne, et al.",
17+
"license": "Apache-2.0",
18+
"bugs": {
19+
"url": "https://github.com/projectblacklight/blacklight-oembed/issues"
20+
},
21+
"homepage": "https://github.com/projectblacklight/blacklight-oembed#readme",
22+
"dependencies": {}
23+
}

0 commit comments

Comments
 (0)