forked from codecombat/codecombat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
55 lines (55 loc) · 1.09 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
{
"name": "codecombat",
"main": "index.js",
"version": "0.0.0",
"homepage": "https://github.com/codecombat/codecombat",
"authors": [
"CodeCombat <team@codecombat.com>"
],
"description": "A multiplayer programming game for learning how to code.",
"keywords": [
"learning",
"live",
"coding",
"game",
"multiplayer"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test"
],
"dependencies": {
"jquery": "~2.0.3",
"lodash": "~2.4.1",
"backbone": "1.1.0",
"jquery-mousewheel": "~3.1.9",
"i18next": "~1.7.1",
"firepad": "~0.1.2",
"marked": "~0.3.0",
"moment": "~2.5.0",
"aether": "~0.1.18",
"underscore.string": "~2.3.3",
"firebase": "~1.0.2",
"catiline": "~2.9.3",
"d3": "~3.4.4"
},
"overrides": {
"backbone": {
"main": "backbone.js"
},
"lodash": {
"main": "dist/lodash.js"
},
"marked": {
"main": "lib/marked.js"
},
"underscore.string": {
"main": "lib/underscore.string.js"
}
}
}