forked from sosik/registries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 824 Bytes
/
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
{
"name": "registries",
"version": "0.0.0",
"homepage": "https://github.com/sosik/registries",
"authors": [
"Pavol Starek <[email protected]>"
],
"description": "Registries",
"main": "index.html",
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.*",
"angular-route": "1.2.*",
"angular-loader": "1.2.*",
"angular-mocks": "1.2.*",
"ngRangy": "*",
"angular-cookies": "1.2.*",
"angular-ui-ace": "*",
"angular-translate": "*",
"angular-translate-handler-log": "*",
"components-font-awesome": "~4.2.0",
"angular-sanitize": "~1.3.3",
"jquery": "~2.1.1",
"angular-re-captcha": "~0.2.0"
},
"resolutions": {
"angular": "1.2.*"
}
}