-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.15 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angular-brunch-seed",
"repo": "scotch/angular-brunch-seed",
"version": "0.3.0",
"main": "_public/js/app.js",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"console-polyfill": "~0.1.0",
"jquery": "~2.0.3",
"angular": "1.2.0",
"angular-sanitize": "",
"angular-resource": "",
"angular-route": "",
"angular-cookies": "",
"angular-mocks": "",
"bourbon": "~3",
"angular-bindonce": "~0.2.2",
"restangular": "",
"angular-animate": "~1.2.0",
"json2": "",
"jquery-highlightRegex": "",
"angular-masonry": "~0.7.0",
"angular-debounce": "~0.0.2",
"rn-lazy": "git://github.com/revolunet/rn-lazy",
"angular-xeditable": "~0.1.8",
"momentjs": "~2.6.0"
},
"overrides": {
"bourbon": {
"main": "README.md",
"ignore": [
"*"
]
},
"angular-mocks": {
"main": "README.md"
},
"jquery-highlightRegex": {
"main": "highlightRegex.js"
},
"json2": {
"main": "cycle.js"
},
"rn-lazy": {
"main": [
"src/lazy.js"
]
}
},
"resolutions": {
"angular": "1.2.16"
}
}