forked from krio-rogue/FOTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
65 lines (65 loc) · 1.32 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
58
59
60
61
62
63
64
65
{
"name": "fotm",
"description": "components for client side",
"main": "bower.json",
"moduleType": [
"node"
],
"license": "MIT",
"homepage": "https://github.com/losferwords/FOTM",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "^1.3.3",
"angular-gettext": "^2.2.1",
"angular-dnd-module": "^0.1.23",
"angular-socket-io": "^0.7.0",
"bootstrap": "^3.3.6",
"angular-route": "^1.5.6",
"angular-sanitize": "^1.5.6",
"socket.io-client": "^1.4.6",
"jquery": "^2.2.4",
"angular": "~1.5.6",
"angular-hotkeys": "chieffancypants/angular-hotkeys#^1.7.0",
"angular-audio": "^1.7.2",
"angular-chart.js": "^0.10.2",
"Chart.js": "#~1.1.1",
"angulartics": "^1.0.3",
"angulartics-google-analytics": "^0.1.4"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "^2.2.4"
}
},
"socket.io-client": {
"main": "socket.io.js"
},
"angular-hotkeys": {
"dependencies": {
"angular": "~1.5.6"
}
}
},
"resolutions": {
"angular": "~1.5.6"
},
"authors": [
"losferwords (losfer@list.ru)"
],
"keywords": [
"fotm",
"angular",
"mongodb",
"socket.io",
"node",
"nephilim",
"cambion"
]
}