forked from lutris/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 811 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 811 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
29
30
31
{
"name": "lutris",
"version": "0.4.0",
"homepage": "https://github.com/lutris/website",
"authors": [
"Mathieu Comandon <strycore@gmail.com>"
],
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.7",
"jquery": "~2.2.4",
"select2": "~4.0.5",
"select2-bootstrap-theme": "git://github.com/select2/select2-bootstrap-theme#0.1.0-beta.9",
"jcrop-fileinput": "git://github.com/strycore/jcrop-fileinput.git#0.1.10",
"jsdifflib": "*",
"polymer": "Polymer#^2.5.0",
"paper-button": "PolymerElements/paper-button#^2.1.0",
"iron-ajax": "PolymerElements/iron-ajax#^2.1.3"
},
"resolutions": {
"select2": "~4.0.5",
"polymer": "Polymer#^2.5.0",
"webcomponentsjs": "^v1.1.0"
}
}