2013-04-22 16:51:32 +00:00
|
|
|
|
{
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPLv3 or later",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2014-01-04 00:50:23 -05:00
|
|
|
|
"version": "0.2.1",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
|
|
|
|
|
"repository": {
|
|
|
|
|
|
"type": "git",
|
|
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/"
|
|
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"scripts": {
|
|
|
|
|
|
"test": "mocha ./tests"
|
|
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"dependencies": {
|
|
|
|
|
|
"socket.io": "~0.9.16",
|
|
|
|
|
|
"express": "3.2.0",
|
2013-09-24 14:18:41 -04:00
|
|
|
|
"express-namespace": "~0.1.1",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"emailjs": "0.3.4",
|
|
|
|
|
|
"cookie": "0.0.6",
|
|
|
|
|
|
"passport": "0.1.17",
|
|
|
|
|
|
"passport-local": "0.1.6",
|
|
|
|
|
|
"passport-twitter": "0.1.5",
|
|
|
|
|
|
"passport-google-oauth": "0.1.5",
|
|
|
|
|
|
"passport-facebook": "0.1.5",
|
|
|
|
|
|
"less-middleware": "0.1.12",
|
|
|
|
|
|
"marked": "0.2.8",
|
|
|
|
|
|
"bcrypt": "0.7.5",
|
2013-11-25 17:00:01 -05:00
|
|
|
|
"async": "~0.2.8",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"node-imagemagick": "0.1.8",
|
|
|
|
|
|
"gravatar": "1.0.6",
|
|
|
|
|
|
"nconf": "~0.6.7",
|
2014-01-17 18:58:38 -05:00
|
|
|
|
"sitemap": "~0.7.1",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"request": "~2.25.0",
|
|
|
|
|
|
"reds": "~0.2.4",
|
|
|
|
|
|
"winston": "~0.7.2",
|
|
|
|
|
|
"rss": "~0.2.0",
|
|
|
|
|
|
"prompt": "~0.2.11",
|
|
|
|
|
|
"uglify-js": "~2.4.0",
|
2013-10-19 17:50:40 -04:00
|
|
|
|
"validator": "~1.5.1",
|
2014-01-11 11:29:05 -05:00
|
|
|
|
"nodebb-plugin-mentions": "~0.2",
|
2014-01-02 15:20:54 -05:00
|
|
|
|
"nodebb-plugin-markdown": "~0.3",
|
2014-01-18 15:12:35 -05:00
|
|
|
|
"nodebb-theme-vanilla": "~0.0.13",
|
2014-01-14 09:31:24 -05:00
|
|
|
|
"nodebb-theme-cerulean": "0.0.11-1",
|
2013-12-07 19:11:50 -05:00
|
|
|
|
"cron": "~1.0.1",
|
2013-12-26 20:37:45 -05:00
|
|
|
|
"semver": "~2.2.1",
|
2013-12-30 14:02:43 -05:00
|
|
|
|
"string": "~1.7.0",
|
2014-01-09 20:13:17 -05:00
|
|
|
|
"xregexp": "~2.0.0",
|
|
|
|
|
|
"socket.io-wildcard": "~0.1.1"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
2013-09-27 11:47:16 -04:00
|
|
|
|
"optionalDependencies": {
|
2013-12-09 14:16:04 -05:00
|
|
|
|
"redis": "0.8.3",
|
|
|
|
|
|
"mongodb": "~1.3.19",
|
|
|
|
|
|
"connect-redis": "1.4.5",
|
|
|
|
|
|
"connect-mongo": "0.4.0",
|
2013-09-30 16:30:11 -04:00
|
|
|
|
"hiredis": "~0.1.15"
|
2013-09-27 11:47:16 -04:00
|
|
|
|
},
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"devDependencies": {
|
|
|
|
|
|
"mocha": "~1.13.0"
|
|
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"bugs": {
|
|
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
|
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
|
|
|
|
|
"node": ">=0.8"
|
|
|
|
|
|
},
|
|
|
|
|
|
"contributors": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "andrew@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/psychobunny"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "julian@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/julianlam"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "baris@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/barisusakli"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Darqui",
|
|
|
|
|
|
"url": "https://github.com/adarqui"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Damian Bushong",
|
|
|
|
|
|
"url": "https://github.com/damianb"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Matt Smith",
|
|
|
|
|
|
"url": "https://github.com/soimafreak"
|
2013-10-01 11:17:57 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Quinton Marchi",
|
|
|
|
|
|
"url": "https://github.com/iamcardinal"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|