forked from Finsys/gript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 913 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
{
"name": "gript-sample-application",
"description": "A sample project used for testing the build tool during development of Gript",
"version": "0.0.1",
"homepage": "https://github.com/Nykredit/gript",
"license": "MIT",
"private": true,
"dependencies": {
"components-font-awesome":"4.5.0",
"angular": "~1.4",
"angular-bootstrap": "~0.13",
"angular-fontawesome": "~0.4",
"angular-resource": "~1.4",
"angular-route": "~1.4",
"angular-sanitize": "~1.4",
"angular-translate": "~2.9.1",
"angular-translate-loader-static-files": "~2.9.1",
"bootstrap-sass-official": "~3.3"
},
"overrides": {
"bootstrap-sass-official": {
"main": [
"**/*.{eot,svg,ttf,woff,woff2}"
]
}
},
"devDependencies": {
"angular-mocks": "~1.4",
"jasmine-jquery": "1.3.1",
"DefinitelyTyped": "*"
},
"resolutions": {
"angular": "~1.4"
}
}