2014-01-03 13:32:13 -05:00
|
|
|
{
|
|
|
|
"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": {
|
2014-04-11 13:12:39 -04:00
|
|
|
"jquery": "~2.1.0",
|
2014-01-03 13:32:13 -05:00
|
|
|
"lodash": "~2.4.1",
|
2014-02-13 20:34:57 -05:00
|
|
|
"backbone": "1.1.0",
|
2014-01-03 13:32:13 -05:00
|
|
|
"jquery-mousewheel": "~3.1.9",
|
|
|
|
"i18next": "~1.7.1",
|
|
|
|
"firepad": "~0.1.2",
|
|
|
|
"marked": "~0.3.0",
|
|
|
|
"moment": "~2.5.0",
|
2014-04-01 13:23:39 -04:00
|
|
|
"aether": "~0.1.18",
|
2014-01-08 14:49:42 -05:00
|
|
|
"underscore.string": "~2.3.3",
|
2014-02-17 20:38:49 -05:00
|
|
|
"firebase": "~1.0.2",
|
2014-04-02 21:41:10 -04:00
|
|
|
"catiline": "~2.9.3",
|
2014-04-08 22:26:34 -04:00
|
|
|
"d3": "~3.4.4",
|
2014-04-08 22:29:43 -04:00
|
|
|
"jsondiffpatch": "~0.1.5",
|
2014-04-11 13:20:12 -04:00
|
|
|
"nanoscroller": "~0.8.0",
|
2014-04-05 20:05:03 -04:00
|
|
|
"jquery.tablesorter": "~2.15.13",
|
2014-04-11 16:49:02 -04:00
|
|
|
"treema": ">=0.0.1",
|
2014-04-11 15:44:54 -04:00
|
|
|
"bootstrap": "~3.1.1",
|
2014-04-11 14:05:48 -04:00
|
|
|
"validated-backbone-mediator": "~0.1.3"
|
2014-01-03 13:32:13 -05:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"backbone": {
|
|
|
|
"main": "backbone.js"
|
|
|
|
},
|
|
|
|
"lodash": {
|
|
|
|
"main": "dist/lodash.js"
|
|
|
|
},
|
|
|
|
"marked": {
|
|
|
|
"main": "lib/marked.js"
|
|
|
|
},
|
|
|
|
"underscore.string": {
|
|
|
|
"main": "lib/underscore.string.js"
|
2014-04-09 19:09:35 -04:00
|
|
|
},
|
|
|
|
"jsondiffpatch": {
|
|
|
|
"main": ["build/bundle-full.js", "build/formatters.js", "src/formatters/html.css"]
|
2014-04-11 13:33:22 -04:00
|
|
|
},
|
2014-04-05 20:05:03 -04:00
|
|
|
"jquery.tablesorter": {
|
|
|
|
"main": [
|
|
|
|
"js/jquery.tablesorter.js",
|
|
|
|
"js/jquery.tablesorter.widgets.js",
|
|
|
|
"css/theme.bootstrap.css"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"bootstrap": {
|
|
|
|
"main": [
|
|
|
|
"./dist/js/bootstrap.js",
|
|
|
|
"./dist/fonts/glyphicons-halflings-regular.eot",
|
|
|
|
"./dist/fonts/glyphicons-halflings-regular.svg",
|
|
|
|
"./dist/fonts/glyphicons-halflings-regular.ttf",
|
|
|
|
"./dist/fonts/glyphicons-halflings-regular.woff"
|
|
|
|
]
|
2014-01-03 13:32:13 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|