-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 823 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 823 Bytes
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
{
"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",
"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"
}
}