-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 883 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
33
34
35
36
37
38
39
40
{
"name": "blacklight-vue",
"version": "0.0.3",
"description": "VueJS frontend for Blacklight",
"module": "src/blacklight.js",
"homepage": "https://github.com/projectblacklight/blacklight-vue",
"contributors": [
{
"name": "Justin Coyne",
"url": "https://github.com/jcoyne"
}
],
"bugs": {
"url": "https://github.com/projectblacklight/blacklight-vue/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/blacklight-vue.git"
},
"files": [
"src",
"scss/**/*.scss"
],
"scripts": {},
"dependencies": {
"array.prototype.flatmap": "^1.2.1",
"sass-loader": "^7.1.0",
"vue-progressbar": "^0.7.5",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.2"
},
"devDependencies": {
"vue": "^2.5.21"
},
"keywords": [
"Blacklight",
"VueJS",
"Search"
]
}