2013-04-22 16:51:32 +00:00
|
|
|
|
{
|
2013-07-25 13:09:11 -04:00
|
|
|
|
"name": "nodebb",
|
2013-07-16 16:24:58 -04:00
|
|
|
|
"license": "GPLv3 or later",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"description": "NodeBB Forum",
|
2013-08-26 17:13:14 -04:00
|
|
|
|
"version": "0.0.6",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
2013-04-22 16:51:32 +00:00
|
|
|
|
"repository": {
|
2013-07-05 13:40:13 -04:00
|
|
|
|
"type": "git",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/"
|
2013-04-22 16:51:32 +00:00
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
|
"dependencies": {
|
2013-07-16 15:22:59 -04:00
|
|
|
|
"socket.io": "0.9.14",
|
|
|
|
|
|
"redis": "0.8.3",
|
|
|
|
|
|
"express": "3.2.0",
|
|
|
|
|
|
"express-namespace": "0.1.1",
|
|
|
|
|
|
"emailjs": "0.3.4",
|
|
|
|
|
|
"cookie": "0.0.6",
|
|
|
|
|
|
"connect-redis": "1.4.5",
|
2013-07-21 15:07:11 -04:00
|
|
|
|
"passport": "0.1.17",
|
2013-07-16 15:22:59 -04:00
|
|
|
|
"passport-local": "0.1.6",
|
2013-07-21 15:07:11 -04:00
|
|
|
|
"passport-twitter": "0.1.5",
|
2013-07-16 15:22:59 -04:00
|
|
|
|
"passport-google-oauth": "0.1.5",
|
|
|
|
|
|
"passport-facebook": "0.1.5",
|
|
|
|
|
|
"less-middleware": "0.1.12",
|
|
|
|
|
|
"marked": "0.2.8",
|
|
|
|
|
|
"bcrypt": "0.7.5",
|
|
|
|
|
|
"async": "0.2.8",
|
|
|
|
|
|
"node-imagemagick": "0.1.8",
|
|
|
|
|
|
"node-rss": "1.0.1",
|
|
|
|
|
|
"gravatar": "1.0.6",
|
2013-07-17 22:38:55 -04:00
|
|
|
|
"nconf": "~0.6.7",
|
2013-07-22 12:44:50 -04:00
|
|
|
|
"sitemap": "~0.6.0",
|
2013-07-25 13:09:11 -04:00
|
|
|
|
"cheerio": "~0.12.0",
|
2013-08-03 20:54:16 -04:00
|
|
|
|
"request": "~2.25.0",
|
2013-08-13 14:45:28 -04:00
|
|
|
|
"reds": "~0.2.4",
|
2013-08-22 10:47:24 -04:00
|
|
|
|
"winston": "~0.7.2",
|
2013-08-27 12:50:15 -04:00
|
|
|
|
"nodebb-plugin-mentions": "~0.1.0",
|
|
|
|
|
|
"nodebb-plugin-markdown": "~0.1.0"
|
2013-07-16 15:22:59 -04:00
|
|
|
|
},
|
2013-06-17 08:30:45 -04:00
|
|
|
|
"bugs": {
|
|
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
|
|
|
|
|
},
|
2013-04-22 16:51:32 +00:00
|
|
|
|
"engines": {
|
2013-07-05 14:40:49 -04:00
|
|
|
|
"node": ">=0.8"
|
2013-07-16 16:24:58 -04:00
|
|
|
|
},
|
|
|
|
|
|
"contributors": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
|
|
"email": "andrew@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
|
|
|
|
|
"email": "julian@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
|
|
"email": "baris@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Damian Bushong",
|
|
|
|
|
|
"url": "https://github.com/damianb"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Matt Smith",
|
|
|
|
|
|
"url": "https://github.com/soimafreak"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
2013-04-22 16:51:32 +00:00
|
|
|
|
}
|