1 Star 6 Fork 4

dforel / codecombat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.57 KB
一键复制 编辑 原始数据 按行查看 历史
cgh 提交于 2020-01-26 13:38 . first commit!
{
"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"
},
{
"name": "Matt Lott",
"email": "matt@codecombat.com"
}
],
"scripts": {
"start": "node ./index.js",
"test": "./node_modules/.bin/karma start",
"predeploy": "echo Starting deployment--hold onto your butts.; echo Skipping brunch build --production",
"postdeploy": "echo Deployed. Unclench.",
"postinstall": "bower install && brunch build --env fast",
"brunch": "brunch",
"bower": "bower",
"dev": "brunch watch --server --env fast",
"nodemon": "nodemon",
"jasmine-node": "jasmine-node",
"multicore": "coffee multicore.coffee",
"jasmine": "jasmine",
"proxy": "COCO_PROXY='true' nodemon",
"coverage": "node ./bin/coverage.js"
},
"main": "index.js",
"keywords": [
"learning",
"live coding",
"game",
"multiplayer"
],
"dependencies": {
"@basicer/geoip-lite": "^1.1.6",
"JQDeferred": "~2.1.0",
"ace-builds": "https://github.com/ajaxorg/ace-builds/archive/3fb55e8e374ab02ce47c1ae55ffb60a1835f3055.tar.gz",
"aether": "~0.5.21",
"async": "0.2.x",
"aws-sdk": "~2.0.0",
"backbone": "^1.3.3",
"basic-auth": "^1.0.4",
"bayesian-battle": "0.0.7",
"bluebird": "^3.2.1",
"body-parser": "^1.15.2",
"brunch-static": "^1.2.1",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"co-express": "^1.2.1",
"coffee-script": "1.9.x",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.2.0",
"country-list": "0.0.3",
"express": "^4.14.0",
"express-useragent": "^1.0.4",
"graceful-fs": "~2.0.1",
"gridfs-stream": "~1.1.1",
"json-brunch": "^1.5.4",
"jsondiffpatch": "^0.2.3",
"lodash": "~2.4.1",
"lz-string": "^1.3.3",
"mailchimp-api-v3": "^1.4.1",
"method-override": "^2.3.7",
"moment": "~2.5.0",
"mongodb": "^2.0.28",
"mongoose": "^4.5.3",
"mongoose-cache": "https://github.com/nwinter/mongoose-cache/tarball/master",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"nan": "^2.6.2",
"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",
"pug": "^0.1.0",
"redis": "",
"request": "^2.69.0",
"sendwithus": "2.1.x",
"serve-favicon": "^2.3.2",
"stream-buffers": "0.2.x",
"stripe": "~2.9.0",
"swagger-ui-express": "^1.0.0",
"tv4": "~1.0.16",
"underscore.string": "2.3.x",
"winston": "0.6.x",
"yamljs": "^0.2.8"
},
"devDependencies": {
"after-brunch": "0.0.5",
"assetsmanager-brunch": "^1.8.1",
"auto-reload-brunch": "^1.8.1",
"bower": "~1.8.0",
"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",
"country-data": "0.0.24",
"css-brunch": "^1.7.0",
"faker": "^3.1.0",
"fs-extra": "^0.26.2",
"genstats": "0.0.1",
"http-proxy": "^1.13.2",
"intercom-client": "^2.8.5",
"istanbul": "^0.4.5",
"jade-brunch": "1.7.5",
"jasmine": "2.4.1",
"javascript-brunch": "> 1.0 < 1.8",
"karma": "~0.13",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.5.1",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "^1.0.2",
"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",
"nodemon": "1.6.1",
"parse-domain": "^0.2.1",
"pg": "^6.1.2",
"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",
"uglify-js": "^2.5.0"
},
"optionalDependencies": {
"newrelic": "^1.24.0"
},
"license": "MIT for the code, and CC-BY for the art and music",
"private": true,
"engines": {
"node": "^5.1.1",
"npm": "^3.0.0"
}
}
CoffeeScript
1
https://gitee.com/dforel/codecombat.git
git@gitee.com:dforel/codecombat.git
dforel
codecombat
codecombat
master

搜索帮助