-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.18 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
{
"name": "auction",
"version": "1.0.1a1",
"authors": [
"Taras Kozlovskyi <[email protected]>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.5",
"angular-translate": "2.15.2",
"angular-cookies": "1.5.8",
"angular-translate-storage-cookie": "2.15.2",
"angular-translate-storage-local": "2.15.2",
"event-source-polyfill": "0.0.3",
"pouchdb": "http://op:[email protected]/op/pouchdb-5.1.1-prerelease-openprocurement.tgz",
"angular-gtm-logger": "http://op:[email protected]/op/angular-gtm-logger-1.0.2.tgz",
"bootstrap": "~3.2.0",
"angular-bootstrap": "0.14.0",
"angular-timer": "http://op:[email protected]/op/angular-timer-1.1.6.tgz",
"angular-growl-2": "0.7.2",
"moment": "2.8.4",
"moment-timezone": "0.2.5",
"angular-mocks": "1.3.8",
"angular-ellipses": "0.1.3",
"mathjs": "2.3.0",
"ua-parser-js": "0.7.10"
},
"resolutions": {
"angular": "1.6.5",
"angular-translate": "2.15.2",
"angular-translate-storage-cookie": "~2.15.2"
}
}