-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 795 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 795 Bytes
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
{
"name": "cloudifier",
"version": "0.0.0",
"authors": [
"Anthony Verez <netantho@gmail.com>"
],
"description": "App to manage your cloud hosting",
"componentsDirectory": "assets/vendor",
"license": "MIT",
"homepage": "https://github.com/netantho/cloudifier",
"ignore": [
"**/.*",
"node_modules",
"assets/vendor",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"angular": "~1.3.0",
"angular-route": "~1.3.0",
"angular-resource": "~1.3.0",
"angular-bootstrap": "~0.11.0",
"angular-socket-io": "~0.6.0",
"angular-loader": "~1.3.0",
"angular-mocks": "~1.3.0",
"highcharts-ng": "~0.0.6",
"highcharts": "~3.0.7",
"socket.io-client": "~0.9.16"
},
"resolutions": {
"angular": "~1.3.0"
}
}