forked from projectblacklight/blacklight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.56 KB
/
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
{
"name": "blacklight-frontend",
"version": "7.0.0-alpha.1",
"description": "[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=master)](https://coveralls.io/github/projectblacklight/blacklight?branch=master)",
"main": "app/assets/javascripts/blacklight",
"scripts": {
"js-compile-bundle": "shx cat app/javascript/blacklight/core.js app/javascript/blacklight/autocomplete.js app/javascript/blacklight/bookmark_toggle.js app/javascript/blacklight/checkbox_submit.js app/javascript/blacklight/collapsable.js app/javascript/blacklight/facet_load.js app/javascript/blacklight/modal.js app/javascript/blacklight/search_context.js | shx sed \"s/^(import|export).*//\" | babel --filename app/javascript/blacklight/blacklight.js > app/assets/javascripts/blacklight/blacklight.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/blacklight.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/blacklight/issues"
},
"homepage": "https://github.com/projectblacklight/blacklight#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"shx": "^0.2.2"
},
"dependencies": {
"bloodhound-js": "^1.2.3",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"typeahead.js": "^0.11.1"
}
}