forked from projectblacklight/spotlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 838 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
29
30
31
32
{
"name": "spotlight-frontend",
"version": "3.6.0-beta.7",
"description": "Exhibits plugin for blacklight",
"main": "app/assets/javascripts/spotlight",
"scripts": {
"prepare": "rollup --config rollup.config.js --sourcemap && ESM=true rollup --config rollup.config.js --sourcemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/spotlight.git"
},
"files": [
"app/assets", "vendor/assets"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/spotlight/issues"
},
"homepage": "https://github.com/projectblacklight/spotlight#readme",
"devDependencies": {
"rollup": "^2.60.0",
"rollup-plugin-includepaths": "^0.2.4"
},
"browserslist": [
"defaults",
"not IE 11"
],
"dependencies": {
}
}