-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
57 lines (57 loc) · 1.77 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": "appcivistapp",
"description": "AppCivist MVP",
"version": "0.1.0",
"homepage": "https://github.com/socialappslab/appcivist-pb-client",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "=1.5.9",
"angular-bootstrap": null,
"angular-cookies": "=1.5.9",
"angular-local-storage": ">=0.2.2",
"angular-mocks": "=1.5.9",
"angular-moment": ">=0.10.3",
"angular-resource": "=1.5.9",
"angular-route": "=1.5.9",
"bootstrap": "=3.3.7",
"jquery": ">=2.1.1",
"ng-file-upload": "~11.x.x",
"spin.js": "2.0.1",
"angular-spinner": "0.6.2",
"angular-messages": "=1.5.9",
"angular-multirange-slider": null,
"nouislider": "~8.1.0",
"col-resizable": "*",
"angular-multi-slider": "~0.1.1",
"ngmodel-format": "*",
"angular-spinners": "~3.0.4",
"ng-file-upload-shim": "~10.1.11",
"angular-translate": "^2.13.0",
"ngSmoothScroll": "~2.0.0",
"angular-scroll": "~1.0.0",
"angular-translate-loader-static-files": "^2.13.0",
"angular-dynamic-locale": "^0.1.32",
"angular-i18n": "=1.5.9",
"ngclipboard": "^1.1.1",
"angular-ui-router": "^0.2.18",
"appcivist-patterns": "https://github.com/socialappslab/appcivist-patterns.git#master",
"lodash": "~4.16.4",
"angular-inview": "^2.1.0",
"ng-notify": "^0.8.0",
"angular-recaptcha": "^4.1.5",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"github-fork-ribbon-css": "^0.2.0",
"angularjs-slider": "^6.0.0",
"angular-ui-tinymce": "^0.0.18",
"angular-sanitize": "=1.5.9",
"angular-facebook": "=0.2.3",
"angular-breadcrumb": "^0.5.0",
"ngInfiniteScroll": "1.0.0",
"raven-js": "^3.27.0"
},
"resolutions": {
"angular": "1.5.9",
"ng-file-upload": "~10.1.11"
}
}