-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
42 lines (42 loc) · 1.07 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
{
"name": "SmlAppl-WebApps-NgFramework",
"description": "",
"authors": [
"Shahid Schmid <shahid.schmid@premotec.ch>"
],
"dependencies": {
"angular": "1.6.3",
"angular-bootstrap": "0.14.3",
"angular-ui-router": "0.3.2",
"bootstrap": "~3.3.6",
"font-awesome": "~4.5.0",
"ng-notify": "~0.8.0",
"ui-select": "angular-ui-select#~0.14.9",
"select2": "3.4.5",
"angular-underscore": "~0.5.0",
"underscore": "~1.8.3",
"angular-cookies": "~1.5.5",
"angular-sanitize": "~1.5.5",
"moment": "~2.13.0",
"angular-messages": "~1.5.5",
"angular-jwt": "~0.0.9",
"angular-translate": "~2.11.0",
"angular-translate-loader-static-files": "~2.11.0",
"angular-elastic": "~2.5.1",
"file-saver": "~1.3.2"
},
"homepage": "https://github.com/PlacidCH/SmlAppl.WebApps.NgFramework",
"main": [
"dist/js/SmlAppl.WebApps.NgFramework.js",
"dist/css/SmlAppl.WebApps.NgFramework.css"
],
"moduleType": [],
"ignore": [
"**/.*",
"src/**",
"node_modules",
"bower_components",
"test",
"tests"
]
}