-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (26 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (26 loc) · 774 Bytes
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-range-limit",
"version": "9.2.0",
"description": "A range facet UI component plugin for blacklight",
"type": "module",
"exports": {
".": "./app/assets/javascripts/blacklight-range-limit/index.js",
"./*": "./app/assets/javascripts/blacklight-range-limit/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/blacklight_range_limit.git"
},
"files": [
"app/assets/javascripts/blacklight-range-limit/"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/blacklight_range_limit/issues"
},
"homepage": "https://github.com/projectblacklight/blacklight_range_limit#readme",
"dependencies": {
"chart.js": "^ 4.4.1"
}
}