Skip to content

Instantly share code, notes, and snippets.

@recipher
Created February 8, 2013 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recipher/4741492 to your computer and use it in GitHub Desktop.
Save recipher/4741492 to your computer and use it in GitHub Desktop.
package.json
{
"name": "gamed",
"description": "Game",
"version": "0.1.0-6",
"homepage": "http://www.perceptal.co.uk/",
"author": {
"name": "Johnny Hall",
"email": "engineer@perceptal.co.uk"
},
"repository": {
"type": "git",
"url": "git@github.com/perceptal:game.git"
},
"main": "./app.js",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"test": "make test",
"start": "node app.js"
},
"dependencies": {
"underscore": "~1.3.3",
"express": "~3.0.5",
"jade": "~0.27.7",
"ejs": "~0.8.3",
"stylus": "~0.31.0",
"nib": "~0.9.0",
"connect-redis": "~1.4.5",
"socket.io": "~0.9.13",
"redis": "~0.7.3",
"async": "~0.1.22",
"node-uuid": "~1.4.0",
"bcrypt": "~0.7.3",
"nconf": "~0.6.7",
"postal": "~0.8.2",
"redback": "~0.3.2",
"passport": "~0.1.15",
"passport.socketio": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.3.17",
"mocha": "~1.7.4",
"should": "~1.2.1",
"sinon": "~1.5.2",
"supertest": "~0.5.1",
"zombie": "~1.4.1",
"grunt-contrib-clean": "~0.4.0a",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-handlebars": "~0.3.4"
},
"keywords": [],
"subdomain": "gamed.perceptal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment