You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"crypto": "0.0.3",
|
|
|
|
"passport": "0.1.16",
|
|
|
|
"passport-local": "0.1.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
}
|
|
|
|
}
|