codecombat/package.json

139 lines
3.9 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.",
2015-11-04 16:19:34 -05:00
"postinstall": "bower install && brunch build --env fast",
"brunch": "brunch",
"bower": "bower",
"dev": "brunch watch --server --env fast",
2015-11-02 15:50:39 -05:00
"nodemon": "nodemon",
"jasmine-node": "jasmine-node",
"multicore": "coffee multicore.coffee",
"jasmine": "jasmine",
"proxy": "COCO_PROXY='true' nodemon"
2014-01-03 13:32:13 -05:00
},
"main": "index.js",
"keywords": [
"learning",
"live coding",
"game",
"multiplayer"
],
"dependencies": {
"JQDeferred": "~2.1.0",
"ace-builds": "https://github.com/ajaxorg/ace-builds/archive/3fb55e8e374ab02ce47c1ae55ffb60a1835f3055.tar.gz",
2016-03-04 16:04:52 -05:00
"aether": "~0.4.5",
"async": "0.2.x",
"aws-sdk": "~2.0.0",
"bayesian-battle": "0.0.7",
2015-12-16 20:09:22 -05:00
"bluebird": "^3.2.1",
"chalk": "^1.1.3",
"co": "^4.6.0",
2015-12-16 20:09:22 -05:00
"co-express": "^1.2.1",
"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": "~1.1.1",
"jsondiffpatch": "0.1.17",
"lodash": "~2.4.1",
"lz-string": "^1.3.3",
"mailchimp-api": "2.0.x",
"moment": "~2.5.0",
2015-05-01 12:37:43 -04:00
"mongodb": "^2.0.28",
2015-12-04 20:01:09 -05:00
"mongoose": "^4.2.9",
"mongoose-cache": "https://github.com/nwinter/mongoose-cache/tarball/master",
"node-force-domain": "~0.1.0",
"node-gyp": "~0.13.0",
"node-statsd": "^0.1.1",
"passport": "0.1.x",
"passport-local": "0.1.x",
"redis": "",
"request": "^2.69.0",
"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",
"winston": "0.6.x"
2014-01-03 13:32:13 -05:00
},
"devDependencies": {
2015-11-04 16:19:34 -05:00
"after-brunch": "0.0.5",
"assetsmanager-brunch": "^1.8.1",
"auto-reload-brunch": "^1.8.1",
"bower": "~1.6.4",
"brunch": "^1.8.5",
"coffee-script-brunch": "^1.8.3",
"coffeelint-brunch": "^1.7.1",
"commonjs-require-definition": "0.2.0",
"compressible": "~1.0.1",
"css-brunch": "^1.7.0",
2015-11-04 16:19:34 -05:00
"fs-extra": "^0.26.2",
"http-proxy": "^1.13.2",
"jade-brunch": "1.7.5",
"jasmine": "^2.4.1",
"javascript-brunch": "> 1.0 < 1.8",
"karma": "~0.13",
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",
"nock": "^2.17.0",
2015-10-23 16:15:33 -04:00
"nodemon": "1.6.1",
"parse-domain": "^0.2.1",
"requirejs": "~2.1.10",
"sass-brunch": "https://github.com/basicer/sass-brunch-bleeding/archive/1.9.1-bleeding.tar.gz",
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
2015-11-04 16:19:34 -05:00
"uglify-js": "^2.5.0"
2014-01-03 13:32:13 -05:00
},
"optionalDependencies": {
"newrelic": "^1.24.0",
2015-12-23 13:34:01 -05:00
"webworker-threads": "~0.6.2"
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": {
2015-12-04 19:43:15 -05:00
"node": "^5.1.1",
"npm": "^3.0.0"
2014-01-03 13:32:13 -05:00
}
}