codecombat/package.json

116 lines
3.2 KiB
JSON
Raw Normal View History

2014-01-03 13:32:13 -05:00
{
"name": "codecombat",
"description": "A multiplayer programming game for learning how to code.",
"author": "Nick Winter <nick@codecombat.com>",
"homepage": "https://github.com/codecombat/codecombat",
"domains": [
"codecombat.com"
],
"repository": {
"type": "git",
"url": "https://github.com/codecombat/codecombat"
},
"contributors": [
{
"name": "Nick Winter",
"email": "nick@codecombat.com"
},
{
"name": "Scott Erickson",
"email": "scott@codecombat.com"
},
{
"name": "George Saines",
"email": "george@codecombat.com"
2015-05-01 12:37:43 -04:00
},
{
"name": "Matt Lott",
"email": "matt@codecombat.com"
2014-01-03 13:32:13 -05:00
}
],
"scripts": {
"start": "node ./index.js",
2014-01-11 03:50:28 -05:00
"test": "./node_modules/.bin/karma start",
2014-01-03 13:32:13 -05:00
"predeploy": "echo Starting deployment--hold onto your butts.; echo Skipping brunch build --production",
"postdeploy": "echo Deployed. Unclench."
},
"main": "index.js",
"keywords": [
"learning",
"live coding",
"game",
"multiplayer"
],
"dependencies": {
"JQDeferred": "~2.1.0",
"aether": "~0.3.0",
"async": "0.2.x",
"aws-sdk": "~2.0.0",
"bayesian-battle": "0.0.x",
"coffee-script": "1.9.x",
"connect": "2.7.x",
2014-01-03 13:32:13 -05:00
"express": "~3.0.6",
"express-useragent": "~0.0.9",
"geoip-lite": "^1.1.6",
"graceful-fs": "~2.0.1",
"gridfs-stream": "0.4.x",
"jsondiffpatch": "0.1.17",
"lodash": "~2.4.1",
"mailchimp-api": "2.0.x",
"moment": "~2.5.0",
2015-05-01 12:37:43 -04:00
"mongodb": "^2.0.28",
2014-02-03 12:44:33 -05:00
"mongoose": "3.8.x",
"mongoose-cache": "https://github.com/nwinter/mongoose-cache/tarball/master",
"node-force-domain": "~0.1.0",
"node-gyp": "~0.13.0",
"passport": "0.1.x",
"passport-local": "0.1.x",
"redis": "",
2014-01-03 13:32:13 -05:00
"request": "2.12.x",
"sendwithus": "2.1.x",
"stream-buffers": "0.2.x",
"stripe": "~2.9.0",
"tv4": "~1.0.16",
2014-01-03 13:32:13 -05:00
"underscore.string": "2.3.x",
2015-02-12 19:06:27 -05:00
"webworker-threads": "~0.5.5",
"winston": "0.6.x"
2014-01-03 13:32:13 -05:00
},
"devDependencies": {
"auto-reload-brunch": "> 1.0 < 1.8",
"bless-brunch": "https://github.com/ThomasConner/bless-brunch/tarball/master",
"bower": "~1.3.8",
"brunch": "~1.7.4",
2014-02-11 17:23:36 -05:00
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
2014-01-03 13:32:13 -05:00
"coffeelint-brunch": "> 1.0 < 1.8",
"compressible": "~1.0.1",
"commonjs-require-definition": "~0.2.0",
2014-01-03 13:32:13 -05:00
"css-brunch": "> 1.0 < 1.8",
"jade": "0.33.x",
2014-01-03 13:32:13 -05:00
"jade-brunch": "> 1.0 < 1.8",
"jasmine-node": "1.13.x",
"jasmine-spec-reporter": "~0.3.0",
"javascript-brunch": "> 1.0 < 1.8",
"karma": "~0.12",
2014-01-11 03:50:28 -05:00
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.5.1",
2014-01-11 03:50:28 -05:00
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
2014-06-07 21:15:57 -04:00
"karma-jasmine": "~0.2.0",
2014-01-11 03:50:28 -05:00
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"marked": "0.2.x",
"nodemon": "0.7.5",
"requirejs": "~2.1.10",
"sass-brunch": "^1.8.8",
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
"uglify-js-brunch": "~1.7.4"
2014-01-03 13:32:13 -05:00
},
2014-01-14 21:11:28 -05:00
"license": "MIT for the code, and CC-BY for the art and music",
2014-01-03 13:32:13 -05:00
"private": true,
"engines": {
"node": "0.10.x"
}
}