-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
54 lines (54 loc) · 1.15 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "enigma",
"description": "Finds words hidden in a word matrix",
"main": "",
"authors": [
"Me"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.8.3",
"gridly": "^1.2.9",
"jquery-circle-progress": "^1.2.0",
"jquery-modal": "^0.8.0",
"seiyria-bootstrap-slider": "^9.5.3",
"tesseract.js": "https://github.com/naptha/tesseract.js.git#^1.0.10",
"tesseract-core": "https://cdn.rawgit.com/naptha/tesseract.js-core/0.1.0/index.js"
},
"overrides": {
"jquery": {
"main": "jquery.min.js"
},
"jquery-circle-progress": {
"main": "dist/circle-progress.min.js"
},
"jquery-modal": {
"main": [
"jquery.modal.min.js",
"jquery.modal.min.css",
"close.png",
"spinner.gif"
]
},
"seiyria-bootstrap-slider": {
"main": [
"dist/bootstrap-slider.min.js",
"dist/css/bootstrap-slider.min.css"
]
},
"tesseract.js": {
"main": [
"dist/tesseract.js"
]
}
}
}