Skip to content

Instantly share code, notes, and snippets.

@mborho
Created January 28, 2012 19:37
Show Gist options
  • Save mborho/1695535 to your computer and use it in GitHub Desktop.
Save mborho/1695535 to your computer and use it in GitHub Desktop.
package.json test
{
"author": "Martin Borho <martin@borho.net> (http://borho.net)",
"name": "silozippr",
"description": "SiloZippr aims to be a push-based realtime newsreader.",
"version": "0.1.0",
"homepage": "https://github.com/mborho/silozippr",
"repository": {
"type": "git",
"url": "git://github.com/mborho/silozippr.git"
},
"engines": {
"node": ">=0.4.x"
},
"dependencies": {
"nconf": ">=0.5.x",
"connect": ">=1.8.5",
"request": ">=2.9.x",
"express": ">=2.5.4",
"ejs": ">=0.6.1",
"validator": ">=0.3.9",
"socket.io": "0.8.7",
"passport": ">=0.1.5",
"passport-local": ">=0.1.0",
"feedme": ">=0.1.x",
"ntwitter": ">=0.2.9-2",
"dateformat": ">=1.0.x",
"blueimp-md5": ">=1.0.x",
"vargs": "0.1.0",
"superfeedr": "0.0.4"
},
"devDependencies": {
"mocha": "0.1.0"
},
"bin": { "silozippr": "./bin/server.js" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment