-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 955 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": "onlinelab",
"version": "0.0.0",
"dependencies": {
"angular": ">=1.2.*",
"angular-breadcrumb": ">=0",
"angular-cookies": ">=1.2.*",
"angular-resource": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-ui-mask": "~1.4.5",
"angular-ui-router": "~0.2.10",
"bootstrap": "~3.3.4",
"es5-shim": "~3.0.1",
"font-awesome": ">=4.1.0",
"jquery": "~1.11.0",
"json3": "~3.3.1",
"lodash": "~2.4.1",
"jquery.scrollTo": "~2.1.2",
"wow": "wowjs#~1.1.2",
"hover": "Hover#~2.0.2"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"homepage": "https://github.com/Online-Lab/online-lab-html",
"authors": [
"wowkos <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/bower_components",
"test",
"tests"
],
"resolutions": {
"angular": "1.3.15"
}
}