-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
70 lines (70 loc) · 1.58 KB
/
bower.json
File metadata and controls
70 lines (70 loc) · 1.58 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dhval.github.io",
"description": "Jekyll Template",
"version": "1.0.0",
"homepage": "http://dhval.github.io",
"authors": [
"Dhval Mudawal"
],
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dhval/dhval.github.io.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"bootstrap": "~3.1.1",
"angular": "1.2.16",
"angular-route": "1.2.16",
"angular-animate": "1.2.16",
"angular-sanitize": "1.2.16",
"angular-touch": "1.2.16",
"requirejs": "~2.1.15",
"fastclick": "~1.0.2",
"lodash": "~2.0.0",
"jquery-touchswipe": "~1.6.5",
"respond": "~1.3.0",
"modernizr": "~2.6.2",
"angular-ui-bootstrap": "~0.12.1",
"jquery.inputmask": "~2.5.0"
},
"overrides": {
"bootstraps": {
"main": [
"./docs/assets/js/bootstrap.js",
"./docs/assets/css/bootstrap.css",
"./docs/assets/css/bootstrap-responsive.css"
]
}
},
"exportsOverride": {
"bootstrap": {
"css": "./dist/css/*",
"fonts": "./dist/fonts/*",
"js": "./dist/js/*"
},
"jquery-touchswipe": {
"main" : "src/main/webapp/js/vendor/jquery.touchSwipe.js"
}
},
"exclude": [
"vendor/{,*/}*.js"
],
"devDependencies": {
"angular-mocks": "~1.2.16",
"angular-scenario": "~1.2.16"
},
"appPath": "src/main/resources/static/",
"resolutions": {
"angular": "1.2.16"
}
}