-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
28 lines (28 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "blacklight-oembed",
"version": "1.4.2",
"description": "Oembed behavior for Blacklight",
"main": "app/assets/javascripts/blacklight_oembed/oembed.js",
"type": "module",
"files": [
"app/assets/javascripts/blacklight_oembed/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "rollup --config rollup.config.js --sourcemap && ESM=true rollup --config rollup.config.js --sourcemap"
},
"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": {
"rollup": "^4.30.1",
"rollup-plugin-includepaths": "^0.2.4"
}
}