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",
|
2017-09-14 18:04:13 +00:00
|
|
|
|
"version": "1.6.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",
|
2017-04-12 15:29:01 -06:00
|
|
|
|
"lint": "eslint --cache ./nodebb .",
|
2017-02-03 23:55:33 -07:00
|
|
|
|
"pretest": "npm run lint",
|
2016-12-23 11:32:31 -05:00
|
|
|
|
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R dot",
|
2016-12-19 21:40:09 +03:00
|
|
|
|
"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
2013-10-12 11:06:43 -04:00
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"dependencies": {
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"ace-builds": "^1.2.8",
|
|
|
|
|
|
"async": "2.5.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"autoprefixer": "7.1.4",
|
2017-05-08 16:12:21 -04:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"benchpressjs": "^1.1.0",
|
|
|
|
|
|
"body-parser": "^1.18.2",
|
2017-04-08 17:56:50 -06:00
|
|
|
|
"bootstrap": "^3.3.7",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"chart.js": "^2.6.0",
|
|
|
|
|
|
"colors": "^1.1.2",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"compression": "^1.7.1",
|
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-10-14 22:18:28 +03:00
|
|
|
|
"connect-mongo": "1.3.2",
|
2015-08-19 14:17:21 -04:00
|
|
|
|
"connect-multiparty": "^2.0.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"connect-redis": "3.3.2",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"cookie-parser": "^1.4.3",
|
|
|
|
|
|
"cron": "^1.2.1",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"cropperjs": "^1.0.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"csurf": "^1.9.0",
|
|
|
|
|
|
"daemon": "^1.1.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"express": "^4.16.1",
|
|
|
|
|
|
"express-session": "^1.15.6",
|
|
|
|
|
|
"express-useragent": "1.0.8",
|
2017-05-28 17:21:44 -04:00
|
|
|
|
"html-to-text": "3.3.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"ipaddr.js": "^1.5.2",
|
2017-05-28 17:21:44 -04:00
|
|
|
|
"jimp": "0.2.28",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"jquery": "^3.2.1",
|
|
|
|
|
|
"json-2-csv": "^2.1.1",
|
|
|
|
|
|
"less": "^2.7.2",
|
2017-05-26 01:39:40 -06:00
|
|
|
|
"lodash": "^4.17.4",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"logrotate-stream": "^0.2.5",
|
|
|
|
|
|
"lru-cache": "4.1.1",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"mime": "^2.0.3",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"minimist": "^1.2.0",
|
|
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
|
|
"mongodb": "2.2.31",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"morgan": "^1.9.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"mousetrap": "^1.6.1",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"nconf": "^0.8.5",
|
2017-09-08 15:59:42 -04:00
|
|
|
|
"nodebb-plugin-composer-default": "6.0.0",
|
2017-07-12 19:35:20 -04:00
|
|
|
|
"nodebb-plugin-dbsearch": "2.0.6",
|
2016-07-15 19:53:35 +03:00
|
|
|
|
"nodebb-plugin-emoji-extended": "1.1.1",
|
2017-05-19 11:07:37 +02:00
|
|
|
|
"nodebb-plugin-emoji-one": "1.2.1",
|
2017-08-16 12:32:04 -04:00
|
|
|
|
"nodebb-plugin-markdown": "8.1.0",
|
2017-08-15 15:54:50 -04:00
|
|
|
|
"nodebb-plugin-mentions": "2.1.6",
|
2017-02-16 22:56:25 -07:00
|
|
|
|
"nodebb-plugin-soundpack-default": "1.0.0",
|
2017-08-14 11:10:54 -04:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.5.1",
|
2016-07-07 13:10:30 -04:00
|
|
|
|
"nodebb-rewards-essentials": "0.0.9",
|
2017-07-10 13:04:01 -04:00
|
|
|
|
"nodebb-theme-lavender": "4.0.5",
|
2017-09-01 17:42:55 -04:00
|
|
|
|
"nodebb-theme-persona": "6.0.1",
|
2017-08-23 09:49:30 -07:00
|
|
|
|
"nodebb-theme-slick": "1.1.1",
|
2017-09-01 17:42:55 -04:00
|
|
|
|
"nodebb-theme-vanilla": "7.0.1",
|
2017-09-21 14:32:40 -04:00
|
|
|
|
"nodebb-widget-essentials": "3.0.5",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"nodemailer": "4.1.1",
|
|
|
|
|
|
"passport": "^0.4.0",
|
2014-07-23 10:50:59 -04:00
|
|
|
|
"passport-local": "1.0.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"postcss": "6.0.12",
|
|
|
|
|
|
"postcss-clean": "1.1.0",
|
2016-09-12 13:52:50 -06:00
|
|
|
|
"promise-polyfill": "^6.0.2",
|
2016-02-24 18:05:40 +02:00
|
|
|
|
"prompt": "^1.0.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"redis": "2.8.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"request": "2.83.0",
|
|
|
|
|
|
"rimraf": "2.6.2",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"rss": "^1.2.2",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"sanitize-html": "^1.14.1",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"semver": "^5.4.1",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"serve-favicon": "^2.4.5",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"sitemap": "^1.13.0",
|
|
|
|
|
|
"socket.io": "2.0.3",
|
|
|
|
|
|
"socket.io-client": "2.0.3",
|
|
|
|
|
|
"socket.io-redis": "5.2.0",
|
2017-05-28 17:21:44 -04:00
|
|
|
|
"socketio-wildcard": "2.0.0",
|
2017-08-03 12:06:01 -04:00
|
|
|
|
"spdx-license-list": "^3.0.1",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"string": "^3.3.3",
|
2016-08-12 16:01:01 +03:00
|
|
|
|
"toobusy-js": "^0.5.1",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"uglify-js": "^3.1.3",
|
|
|
|
|
|
"validator": "9.0.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"winston": "^2.3.1",
|
2017-03-05 14:56:50 +01:00
|
|
|
|
"xml": "^1.0.1",
|
2017-05-08 17:46:26 -04:00
|
|
|
|
"xregexp": "3.2.0",
|
2017-04-07 20:57:00 +00:00
|
|
|
|
"zxcvbn": "^4.4.2"
|
2013-09-27 11:47:16 -04:00
|
|
|
|
},
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"devDependencies": {
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"coveralls": "^3.0.0",
|
|
|
|
|
|
"eslint": "^4.8.0",
|
|
|
|
|
|
"eslint-config-airbnb-base": "^12.0.1",
|
|
|
|
|
|
"eslint-plugin-import": "^2.7.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"grunt": "^1.0.1",
|
2016-04-05 19:46:44 -05:00
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"istanbul": "^0.4.5",
|
|
|
|
|
|
"jsdom": "^11.3.0",
|
|
|
|
|
|
"mocha": "^3.5.3",
|
|
|
|
|
|
"mocha-lcov-reporter": "^1.3.0",
|
2016-10-16 17:51:35 +03:00
|
|
|
|
"xmlhttprequest": "1.8.0",
|
|
|
|
|
|
"xmlhttprequest-ssl": "1.5.3"
|
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": {
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"node": ">=6"
|
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
|
|
|
|
}
|
|
|
|
|
|
]
|
2017-10-01 16:19:10 -06:00
|
|
|
|
}
|