-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
42 lines (42 loc) · 903 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
{
"name": "ajab-shahar",
"version": "0.0.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.28",
"angular-route": "1.2.28",
"angular-animate": "1.2.28",
"angular-multi-select": "2.0.0",
"jcarousel": "0.3.1",
"angular-filter": "0.4.9",
"angular-touch": "1.2.25",
"jquery": "~1.11.0",
"underscore": "~1.5.2",
"bower-facebook": "~1.0.0",
"bootstrap": "~3.3.0",
"textAngular": "1.2.2",
"bourbon": "~4.2.1",
"neat": "~1.7.1",
"angular-hint": "0.0.0",
"masonry": "~3.3.0",
"angular-masonry": "0.11.0",
"readmore":"2.0.5",
"rangy":"1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.2"
},
"resolutions": {
"angular": "1.2.28",
"masonry":"3.3.0",
"jquery": ">= 1.9.1",
"outlayer":"1.4.0"
}
}