Initial commit
Showing
.gitignore
0 → 100644
README.md
0 → 100644
cards.js
0 → 100644
game.js
0 → 100644
license.md
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "nodejs-against-humanity", | ||
| "version": "1.0.0-13", | ||
| "description": "Cards Against Humanities implemented in NodeJS", | ||
| "main": "server.js", | ||
| "scripts": { | ||
| "start": "node server.js" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/amirrajan/nodejs-against-humanity.git" | ||
| }, | ||
| "dependencies": { | ||
| "express": "~3.0.1", | ||
| "ejs": "~0.8.3", | ||
| "jasmine-node": "~1.0.26", | ||
| "underscore": "~1.4.2", | ||
| "socket.io": "~0.9.11", | ||
| "backbone": "~0.9.2", | ||
| "qs": "~0.6.5", | ||
| "oauth": "~0.9.10", | ||
| "redis": "~0.8.4", | ||
| "redis-url": "0.1.0", | ||
| "request": "~2.27.0" | ||
| }, | ||
| "subdomain": "nah-amir-rajan", | ||
| "engines": { | ||
| "node": "0.10.x" | ||
| } | ||
| } |
public/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/css/bootstrap.min.css
0 → 100644
8.57 KB
12.5 KB
public/jquery.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
public/jqueryCookie.js
0 → 100644
public/jqueryTmpl.js
0 → 100644
public/js/bootstrap.js
0 → 100644
public/js/bootstrap.min.js
0 → 100644
public/underscore.js
0 → 100644
server.js
0 → 100644
views/game.ejs
0 → 100644
views/index.ejs
0 → 100644