2013-04-22 16:51:32 +00:00
|
|
|
|
{
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"name": "nodebb",
|
2015-06-05 13:20:42 -04:00
|
|
|
|
"license": "GPL-3.0",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"description": "NodeBB Forum",
|
2016-02-29 11:37:19 -05:00
|
|
|
|
"version": "1.0.0",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
|
|
|
|
|
"repository": {
|
|
|
|
|
|
"type": "git",
|
2014-05-23 15:21:51 -04:00
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"scripts": {
|
2015-04-27 22:41:44 -04:00
|
|
|
|
"start": "node loader.js",
|
2014-04-16 16:13:48 -04:00
|
|
|
|
"test": "mocha ./tests -t 10000"
|
2013-10-12 11:06:43 -04:00
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"dependencies": {
|
2015-11-11 20:28:42 -05:00
|
|
|
|
"async": "~1.5.0",
|
2015-12-31 12:15:31 -05:00
|
|
|
|
"autoprefixer": "^6.2.3",
|
2015-10-23 16:23:54 -04:00
|
|
|
|
"bcryptjs": "~2.3.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"body-parser": "^1.9.0",
|
2015-05-25 16:06:49 -04:00
|
|
|
|
"colors": "^1.1.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"compression": "^1.1.0",
|
2014-08-31 22:42:29 -04:00
|
|
|
|
"connect-ensure-login": "^0.1.1",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"connect-flash": "^0.1.1",
|
2016-01-11 17:42:23 +02:00
|
|
|
|
"connect-mongo": "~1.1.0",
|
2015-08-19 14:17:21 -04:00
|
|
|
|
"connect-multiparty": "^2.0.0",
|
2016-01-11 17:37:23 +02:00
|
|
|
|
"connect-redis": "~3.0.2",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"cookie-parser": "^1.3.3",
|
|
|
|
|
|
"cron": "^1.0.5",
|
|
|
|
|
|
"csurf": "^1.6.1",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"daemon": "~1.1.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"express": "^4.9.5",
|
|
|
|
|
|
"express-session": "^1.8.2",
|
2015-12-23 10:48:45 -05:00
|
|
|
|
"express-useragent": "0.2.4",
|
2016-02-24 18:05:40 +02:00
|
|
|
|
"html-to-text": "2.0.0",
|
2016-01-11 17:45:50 +02:00
|
|
|
|
"jimp": "0.2.21",
|
2014-11-17 11:24:46 -05:00
|
|
|
|
"less": "^2.0.0",
|
2014-09-30 21:48:39 -04:00
|
|
|
|
"logrotate-stream": "^0.2.3",
|
2016-01-11 17:52:23 +02:00
|
|
|
|
"lru-cache": "4.0.0",
|
2015-02-18 21:09:33 -05:00
|
|
|
|
"mime": "^1.3.4",
|
2015-05-25 16:06:49 -04:00
|
|
|
|
"minimist": "^1.1.1",
|
2014-07-22 13:43:43 -04:00
|
|
|
|
"mkdirp": "~0.5.0",
|
2016-01-11 17:42:23 +02:00
|
|
|
|
"mongodb": "~2.1.3",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"morgan": "^1.3.2",
|
2015-10-23 16:23:54 -04:00
|
|
|
|
"nconf": "~0.8.2",
|
2016-02-23 14:52:42 +02:00
|
|
|
|
"nodebb-plugin-composer-default": "3.0.6",
|
2015-12-22 19:00:39 +02:00
|
|
|
|
"nodebb-plugin-dbsearch": "0.3.1",
|
2016-01-18 18:27:04 +02:00
|
|
|
|
"nodebb-plugin-emoji-extended": "0.5.0",
|
2016-02-22 10:19:28 -05:00
|
|
|
|
"nodebb-plugin-markdown": "4.0.17",
|
2016-02-26 14:24:21 +02:00
|
|
|
|
"nodebb-plugin-mentions": "1.0.17",
|
2016-03-02 13:15:22 -05:00
|
|
|
|
"nodebb-plugin-soundpack-default": "0.1.6",
|
2015-11-20 10:53:42 -05:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.4.5",
|
2016-03-02 13:15:22 -05:00
|
|
|
|
"nodebb-rewards-essentials": "0.0.8",
|
2016-02-18 20:40:03 +02:00
|
|
|
|
"nodebb-theme-lavender": "3.0.8",
|
2016-02-29 14:26:34 +02:00
|
|
|
|
"nodebb-theme-persona": "4.0.88",
|
|
|
|
|
|
"nodebb-theme-vanilla": "5.0.53",
|
2016-03-02 13:15:22 -05:00
|
|
|
|
"nodebb-widget-essentials": "2.0.7",
|
2016-01-18 13:22:15 -05:00
|
|
|
|
"nodemailer": "2.0.0",
|
|
|
|
|
|
"nodemailer-sendmail-transport": "1.0.0",
|
2016-02-22 11:02:39 -05:00
|
|
|
|
"nodemailer-smtp-transport": "^2.4.1",
|
2015-08-24 16:26:45 -04:00
|
|
|
|
"passport": "^0.3.0",
|
2014-07-23 10:50:59 -04:00
|
|
|
|
"passport-local": "1.0.0",
|
2015-12-31 12:15:31 -05:00
|
|
|
|
"postcss": "^5.0.13",
|
2016-02-24 18:05:40 +02:00
|
|
|
|
"prompt": "^1.0.0",
|
2015-12-21 12:02:10 +02:00
|
|
|
|
"redis": "~2.4.2",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"request": "^2.44.0",
|
2016-01-11 18:31:33 +02:00
|
|
|
|
"rimraf": "~2.5.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"rss": "^1.0.0",
|
2015-08-19 14:17:21 -04:00
|
|
|
|
"semver": "^5.0.1",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"serve-favicon": "^2.1.5",
|
2015-10-26 22:39:19 -04:00
|
|
|
|
"sitemap": "^1.4.0",
|
2016-01-07 18:07:43 +02:00
|
|
|
|
"socket.io": "^1.4.0",
|
|
|
|
|
|
"socket.io-client": "^1.4.0",
|
|
|
|
|
|
"socket.io-redis": "^1.0.0",
|
|
|
|
|
|
"socketio-wildcard": "~0.3.0",
|
2014-12-18 20:23:31 -05:00
|
|
|
|
"string": "^3.0.0",
|
2016-02-09 02:38:57 -05:00
|
|
|
|
"templates.js": "0.3.1",
|
2015-11-05 12:44:42 -05:00
|
|
|
|
"toobusy-js": "^0.4.2",
|
2015-11-12 14:18:33 -05:00
|
|
|
|
"uglify-js": "^2.6.0",
|
2016-03-01 12:28:26 -05:00
|
|
|
|
"underscore": "^1.8.3",
|
2015-05-19 14:55:06 -04:00
|
|
|
|
"underscore.deep": "^0.5.1",
|
2016-02-24 18:05:40 +02:00
|
|
|
|
"validator": "^5.0.0",
|
2015-11-11 20:32:24 -05:00
|
|
|
|
"winston": "^2.1.0",
|
2016-02-24 18:05:40 +02:00
|
|
|
|
"xregexp": "~3.1.0"
|
2013-09-27 11:47:16 -04:00
|
|
|
|
},
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"devDependencies": {
|
2015-01-30 12:21:00 -05:00
|
|
|
|
"mocha": "~1.13.0",
|
|
|
|
|
|
"grunt": "~0.4.5",
|
2015-02-24 15:50:23 -05:00
|
|
|
|
"grunt-contrib-watch": "^0.6.1"
|
2013-10-12 11:06:43 -04:00
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"bugs": {
|
2014-05-23 15:21:51 -04:00
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/issues"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
2014-08-07 09:14:28 -06:00
|
|
|
|
"node": ">=0.10"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
2014-02-22 11:18:16 -05:00
|
|
|
|
"maintainers": [
|
2013-09-24 12:29:51 -04:00
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
2015-07-20 15:29:16 -04:00
|
|
|
|
"email": "andrew@nodebb.org",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"url": "https://github.com/psychobunny"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
2015-07-20 15:29:16 -04:00
|
|
|
|
"email": "julian@nodebb.org",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"url": "https://github.com/julianlam"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
2015-07-20 15:29:16 -04:00
|
|
|
|
"email": "baris@nodebb.org",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"url": "https://github.com/barisusakli"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|