-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1.03 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
{
"name": "osha-dvt-ilo",
"description": "DVT ILO",
"main": [
"static/custom/app.js"
],
"dependencies": {
"angular": "~1.4.0",
"angular-animate": "~1.5.0",
"angular-ui-router": "~0.2.15",
"ui-router-metatags":"~1.0.3",
"angular-bootstrap": "~1.3.3",
"angular-bootstrap-affix": "~0.2.2",
"angular-scroll": "^1.0.0",
"angular-tooltips": "~1.1.4",
"angulartics": "~1.0.3",
"bootstrap": "~3.3.6",
"bootstrap-sass": "~3.3.6",
"classlist": "",
"html2canvas":"^v0.5.0-beta4",
"file-saver": "1.3.3",
"font-awesome": "~4.5.0",
"angular-cookies": "~1.5.8",
"angular-consent": "~2.0.0",
"angularjs-socialshare" : "~2.3.1"
},
"resolutions": {
"angular": "~1.4.0"
},
"devDependencies": {},
"moduleType": [
"dashboard"
],
"keywords": [
"pentaho",
"dashboarding",
"eu-osha",
"dvt"
],
"authors": [
""
],
"license": "???",
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests"
],
"private": true
}