forked from mistio/mist-ce
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
39 lines (39 loc) · 905 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
38
39
{
"name": "mist.io",
"version": "0.9.9",
"homepage": "https://github.com/mistio/mist.io",
"authors": [
"Dimitris Moraitis <dimo@mist.io>",
"Marios Fakiolas <marios@mist.io>"
],
"description": "flexible cloud management",
"license": "AGPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery-mobile-bower": "~1.4.5",
"d3": "~3.5.6",
"c3": "~0.4.11-rc4",
"ember": "~1.13.9",
"md5": "~0.3.0",
"sockjs-client": "~1.0.3",
"term.js": "https://github.com/chjj/term.js.git#0.0.x",
"requirejs": "~2.1.22",
"requirejs-text": "~2.0.14"
},
"resolutions": {
"jquery": "~2.1.4",
"ember": "~1.13.9",
"d3": "~3.5.6",
"ember-data": "1.13.5",
"ember-load-initializers": "0.1.5",
"ember-qunit": "0.4.1",
"qunit": "~1.18.0"
}
}