forked from alaurowski/harem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 708 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 708 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
{
"name": "harem",
"version": "0.0.0",
"homepage": "https://github.com/DivanteLtd/harem",
"authors": [
"Krystian Masło <kmaslo@divante.pl>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.3",
"angular-file-upload": "~1.1.5",
"ng-tags-input": "~3.0.0",
"bootstrap-datepicker": "~1.4.0",
"sweetalert": "~1.0.1",
"angular-messages": "~1.4.3",
"angular-resource": "~1.4.3",
"angular-route": "~1.4.3",
"bootstrap": "~3.3.5",
"jquery-growl": "~1.2.8",
"jquery": "~2.1.4",
"angular-sanitize": "~1.4.3"
}
}