-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
62 lines (62 loc) · 1.38 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
58
59
60
61
62
{
"name": "strimoid-frontend",
"version": "1.0.0",
"authors": [
"duxet <[email protected]>"
],
"main": "index.html",
"license": "MIT",
"homepage": "http://strimoid.pl",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"moment": "~2.8.3",
"lodash": "~2.4.1",
"angular": "~1.3",
"angular-animate": "~1.3",
"angular-cookies": "~1.3",
"angular-sanitize": "~1.3",
"angular-moment": "~0.8.2",
"restangular": "~1.4.0",
"ngstorage": "~0.3.0",
"ngInfiniteScroll": "~1.1.2",
"angular-ui-router": "~0.2.11",
"ui-router-extras": "~0.0.10",
"angular-ladda": "~0.1.6",
"angular-sweetalert": "~1.0.0",
"socket.io-client": "~1.1.0",
"angular-socket-io": "~0.6.0",
"angular-xeditable": "~0.1.8",
"angular-http-auth": "~1.2.1",
"angular-ui-select": "~0.8.3",
"angular-gettext": "~1.1.4",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "bower",
"slimScroll": "~1.3.3",
"pubnub-angular": "~1.1.0",
"algoliasearch": "~2.9.1",
"pubnub": "~3.7.8"
},
"resolutions": {
"angular": "~1.3"
},
"overrides": {
"algoliasearch": {
"main": [
"dist/algoliasearch.angular.js"
]
},
"moment": {
"main": [
"./moment.js",
"./locale/pl.js"
]
}
}
}