-
Notifications
You must be signed in to change notification settings - Fork 37
/
bower.json
46 lines (46 loc) · 1.14 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
{
"name": "Awesome",
"version": "0.0.1",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.1",
"jqueryui": "1.11.1",
"moment": "2.8.1",
"moment-range": "1.0.5",
"bootstrap": "3.0.0",
"fontawesome": "4.2.0",
"messenger": "1.4.1",
"blueimp-md5": "1.1.0",
"dropzone": "3.10.2",
"angular": "1.3.0",
"angular-animate": "1.3.0",
"angular-cookies": "1.3.0",
"angular-messages": "1.3.0",
"angular-resource": "1.3.0",
"angular-route": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-ui-utils": "0.1.0",
"angular-translate": "2.4.0",
"angular-translate-storage-cookie": "2.4.0",
"angular-translate-storage-local": "2.4.0",
"angulartics": "0.16.5",
"ngprogress": "1.0.7",
"ngstorage": "0.3.0",
"jquery-cookie": "~1.4.1",
"ngDialog": "~0.3.4",
"angular-cookie": "~4.0.6",
"sweetalert": "~0.3.1",
"fancybox": "~2.1.5",
"angular-deferred-bootstrap": "~0.1.5",
"angular-utils-pagination": "~0.4.0",
"angular-ui-router": "~0.2.13"
}
}