Files
NodeBB/package.json

95 lines
2.2 KiB
JSON
Raw Normal View History

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",
2013-11-25 15:08:49 -05:00
"version": "0.1.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",
"scripts": {
"test": "mocha ./tests"
},
2013-09-24 12:29:51 -04:00
"dependencies": {
"socket.io": "~0.9.16",
"redis": "0.8.3",
"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",
"connect-redis": "1.4.5",
"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",
"sitemap": "~0.6.0",
"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",
"validator": "~1.5.1",
2013-11-27 21:30:26 -05:00
"nodebb-plugin-mentions": "~0.1.15",
2013-11-03 17:50:16 -05:00
"nodebb-plugin-markdown": "~0.1.8",
2013-10-24 08:35:32 -04:00
"nodebb-theme-vanilla": "designcreateplay/nodebb-theme-vanilla",
2013-11-26 14:45:12 -05:00
"nodebb-theme-cerulean": "0.0.10",
2013-10-28 15:10:10 -04:00
"cron": "~1.0.1"
2013-09-24 12:29:51 -04:00
},
"optionalDependencies": {
2013-09-30 16:30:11 -04:00
"hiredis": "~0.1.15"
},
"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
}
]
}