Files
NodeBB/package.json
Julian Lam f4b14df195 some more fixes to the session handling to ignore the /api folder, and
refactoring how the public directory is set up in webserver.js.

THIS COMMIT ALTERS NODEBB'S DEPENDENCIES!
Please run npm install after pulling.
2013-04-28 13:58:19 -04:00

27 lines
656 B
JSON

{
"author": "psychobunny <andrew@designcreateplay.com>, julianlam <julian@designcreateplay.com>",
"name": "nodeforum",
"description": "nodeforum dev",
"version": "0.0.1",
"homepage": "http://www.designcreateplay.com",
"repository": {
"url": "https://github.com/psychobunny/node-forum/"
},
"main": "app.js",
"dependencies": {
"socket.io": "0.9.14",
"redis": "0.8.3",
"express": "3.2.0",
"connect": "2.7.6",
"emailjs": "0.3.4",
"cookie": "0.0.6",
"connect-redis": "1.4.5",
"path": "0.4.9"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}