forked from codecombat/codecombat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"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"
}
],
"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."
},
"main": "index.js",
"keywords": [
"learning",
"live coding",
"game",
"multiplayer"
],
"dependencies": {
"JASON": "~0.1.3",
"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",
"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",
"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": "",
"request": "2.12.x",
"sendwithus": "2.1.x",
"stream-buffers": "0.2.x",
"stripe": "~2.9.0",
"tv4": "~1.0.16",
"underscore.string": "2.3.x",
"webworker-threads": "~0.5.5",
"winston": "0.6.x"
},
"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",
"coffee-script-brunch": "https://github.com/brunch/coffee-script-brunch/tarball/master",
"coffeelint-brunch": "> 1.0 < 1.8",
"compressible": "~1.0.1",
"css-brunch": "> 1.0 < 1.8",
"jade": "0.33.x",
"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",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coverage": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.2.0",
"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"
},
"license": "MIT for the code, and CC-BY for the art and music",
"private": true,
"engines": {
"node": "0.10.x"
}
}