-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
48 lines (48 loc) · 900 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "my-project",
"version": "1.0.0",
"main": "",
"ignore": [
".eslintrc",
".Gruntfile.js",
"test/**/*",
"**/*.txt"
],
"dependencies": {
"angular": "1.4.0",
"angular-resource": "*",
"angular-messages": "*",
"angular-ui-router": "*",
"angular-recaptcha": "*",
"angular-ui-ace": "*",
"angular-sanitize": "*",
"angular-material": "*",
"pdfjs-bower": "*",
"normalize.css": "*",
"fast-json-patch": "*"
},
"devDependencies": {
"angular-mocks": "*"
},
"overrides": {
"pdfjs-bower": {
"main": [
"./dist/compatibility.js",
"./dist/pdf.js"
]
},
"ace-builds": {
"main": [
"./src-min-noconflict/ace.js"
]
},
"angular-recaptcha": {
"main": [
"release/angular-recaptcha.js"
]
}
},
"resolutions": {
"angular": "1.3.15"
}
}