-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
44 lines (44 loc) · 1020 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
{
"name": "propserver",
"version": "0.0.0",
"homepage": "https://github.com/panbhatt/propserver",
"authors": [
],
"description": "Property Manager",
"keywords": [
"Property",
"Manager",
"Nodejs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.8",
"angular-bootstrap": "~0.14.3",
"angular-bootstrap-select": "~0.0.5",
"angular-dialog-service": "~5.2.10",
"angular-modal-service": "~0.6.9",
"angular-route": "~1.4.8",
"angular-route-styles": "*",
"angular-sanitize": "~1.4.8",
"angular-translate": "~2.8.1",
"angular-xeditable": "~0.1.9",
"bootstrap": "~3.3.6",
"bootstrap-select": "~1.7.7",
"bootstrap-vertical-tabs": "~1.2.1",
"font-awesome": "~4.5.0",
"jquery": "~2.1.4"
},
"resolutions": {
"angular": "1.4.8",
"bootstrap": "~3.3.6",
"bootstrap-select" : "~1.7.7"
}
}