forked from ytechie/AzureResourceVisualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
57 lines (57 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "AzureResourceVisualizer",
"version": "0.0.0",
"dependencies": {
"angular": "~1.3.4",
"angular-animate": "~1.3.4",
"angular-bootstrap": "~0.13.4",
"angular-cookies": "~1.3.4",
"angular-resource": "~1.3.4",
"angular-sanitize": "~1.3.4",
"angular-touch": "~1.3.4",
"angular-ui-router": "~0.2.13",
"bootstrap-sass-official": "~3.3.1",
"dagre": "~0.7.1",
"file-saver.js": "~1.20150507.2",
"jointjs": "~0.9.5",
"jquery": "2.0.3",
"knockout": "~3.3.0",
"lodash": "~3.10.1",
"underscore": "~1.8.3",
"ace-builds": "~1.2.2",
"angular-ui-ace": "~0.2.3",
"requirejs": "~2.1.22"
},
"overrides": {
"underscore": {
"main": []
},
"ace-builds": {
"main": [
"src-noconflict/ace.js"
]
}
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4"
},
"authors": [
"Jason Young <jason@ytechie.com>"
],
"keywords": [
"azure",
"arm"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}