forked from PlacidCH/SmlAppl.WebApps.NgFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 1.09 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
{
"name": "SmlAppl-WebApps-NgFramework",
"description": "",
"authors": [
"Shahid Schmid <[email protected]>"
],
"dependencies": {
"angular": "^1.5.8",
"angular-bootstrap": "0.14.3",
"angular-ui-router": "^0.2.18",
"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",
"wwwroot/lib",
"test",
"tests"
]
}