forked from ufal/lindat-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 875 Bytes
/
bower.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
41
42
{
"name": "lindat-common",
"repository": {
"type": "git",
"url": "git://github.com/ufal/lindat-common.git"
},
"version": "2.0.2",
"main": [
"dist/public/js/angular-lindat.js"
],
"authors": [
"Amir Kamran <[email protected] >",
"Ondřej Košarko <[email protected]>",
"Jozef Mišutka <[email protected]>",
"Michal Sedlák <[email protected]>"
],
"description": "Common Lindat Theme (header and footer)",
"license": "MIT",
"homepage": "https://lindat.mff.cuni.cz/",
"keywords": [
"lindat",
"theme",
"angular"
],
"ignore": [
"**/.*",
"ci",
"test",
"webpack",
"Makefile",
"node_modules",
"webpack.config.js",
"protractor.conf.js"
],
"resolutions": {
"angular": "~1.4"
},
"dependencies": {
"angular": "~1.4",
"jquery": "~2.1.4"
}
}