-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 933 Bytes
/
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
{
"name": "TicTacToeCubed",
"version": "0.9.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dhruvasagar/TicTacToeCubed.git"
},
"scripts": {
"start": "coffee app.coffee"
},
"dependencies": {
"jade": "*",
"less": "*",
"nconf": "*",
"crypto": "*",
"express": "3.2.0",
"gravatar": "*",
"mongoose": "*",
"socket.io": "*",
"nodemailer": "*",
"coffee-script": "*",
"connect-mongo": "*",
"connect-assets": "*",
"passport": "*",
"passport-github": "*",
"passport-facebook": "*",
"passport-google-oauth": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": "0.8.x"
},
"readme": "[Tic Tac Toe Cubed](https://github.com/dhruvasagar/tic_tac_toe_cubed)",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/dhruvasagar/TicTacToeCubed/issues"
}
}