mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
97a7bc7614
Conflicts: app/initialize.coffee bower.json
85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
|
"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.1.0",
|
|
"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",
|
|
<<<<<<< HEAD
|
|
"jsondiffpatch": "~0.1.5",
|
|
"nanoscroller": "~0.8.0"
|
|
=======
|
|
"nanoscroller": "~0.8.0",
|
|
"jquery.tablesorter": "~2.15.13",
|
|
"treema": "~0.0.1",
|
|
"bootstrap": "~3.1.1"
|
|
>>>>>>> master
|
|
},
|
|
"overrides": {
|
|
"backbone": {
|
|
"main": "backbone.js"
|
|
},
|
|
"lodash": {
|
|
"main": "dist/lodash.js"
|
|
},
|
|
"marked": {
|
|
"main": "lib/marked.js"
|
|
},
|
|
"underscore.string": {
|
|
"main": "lib/underscore.string.js"
|
|
},
|
|
<<<<<<< HEAD
|
|
"jsondiffpatch": {
|
|
"main": ["build/bundle-full.js", "build/formatters.js", "src/formatters/html.css"]
|
|
=======
|
|
"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"
|
|
]
|
|
>>>>>>> master
|
|
}
|
|
}
|
|
}
|