forked from codecombat/codecombat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.24 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
{
"name": "codecombat",
"description": "A multiplayer programming game for learning how to code.",
"author": "Nick Winter <[email protected]>",
"homepage": "https://github.com/codecombat/codecombat",
"domains": [
"codecombat.com"
],
"repository": {
"type": "git",
"url": "https://github.com/codecombat/codecombat"
},
"contributors": [
{
"name": "Nick Winter",
"email": "[email protected]"
},
{
"name": "Scott Erickson",
"email": "[email protected]"
},
{
"name": "George Saines",
"email": "[email protected]"
}
],
"scripts": {
"start": "node ./index.js",
"test": "brunch test",
"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": {
"express": "~3.0.6",
"winston": "0.6.x",
"passport": "0.1.x",
"passport-local": "0.1.x",
"mongodb": "1.2.x",
"mongoose": "3.6.x",
"mongoose-text-search": "~0.0.2",
"request": "2.12.x",
"tv4": "",
"lodash": "~2.0.0",
"underscore.string": "2.3.x",
"async": "0.2.x",
"connect": "2.7.x",
"nodemailer": "0.4.x",
"coffee-script": "",
"graceful-fs": "~2.0.1",
"node-force-domain": "~0.1.0",
"mailchimp-api": "",
"express-useragent": "~0.0.9",
"gridfs-stream": "",
"stream-buffers": ""
},
"devDependencies": {
"jade": "0.33.x",
"javascript-brunch": "> 1.0 < 1.8",
"coffee-script-brunch": "> 1.0 < 1.8",
"coffeelint-brunch": "> 1.0 < 1.8",
"sass-brunch": "> 1.0 < 1.8",
"css-brunch": "> 1.0 < 1.8",
"jade-brunch": "> 1.0 < 1.8",
"uglify-js-brunch": "~1.7.4",
"clean-css-brunch": "> 1.0 < 1.8",
"auto-reload-brunch": "> 1.0 < 1.8",
"brunch": "~1.7.4",
"karma": "~0.8.0",
"jasmine-node": "",
"nodemon": "0.7.5",
"marked": "0.2.x",
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
"bower": "~1.2.8",
"bless-brunch": "~1.6.1"
},
"license": "Copyright © 2014 CodeCombat",
"private": true,
"engines": {
"node": "0.10.x"
}
}