2017-11-21 14:38:24 -05:00
|
|
|
|
{
|
|
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2020-02-05 21:03:51 +00:00
|
|
|
|
"version": "1.13.2",
|
2017-11-21 14:38:24 -05:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
|
|
|
|
|
"repository": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"type": "git",
|
|
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
|
"scripts": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"start": "node loader.js",
|
|
|
|
|
|
"lint": "eslint --cache ./nodebb .",
|
|
|
|
|
|
"pretest": "npm run lint",
|
|
|
|
|
|
"test": "nyc --reporter=html --reporter=text-summary mocha",
|
2018-11-08 11:06:30 -05:00
|
|
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
|
|
|
|
|
|
},
|
|
|
|
|
|
"husky": {
|
|
|
|
|
|
"hooks": {
|
2018-11-08 11:26:09 -05:00
|
|
|
|
"pre-commit": "lint-staged",
|
|
|
|
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
2018-11-08 11:06:30 -05:00
|
|
|
|
}
|
2018-10-26 11:49:15 -04:00
|
|
|
|
},
|
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
|
"*.js": [
|
|
|
|
|
|
"eslint --fix",
|
|
|
|
|
|
"git add"
|
|
|
|
|
|
]
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"dependencies": {
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"ace-builds": "^1.2.9",
|
2018-08-22 23:46:01 +00:00
|
|
|
|
"archiver": "^3.0.0",
|
2019-06-12 14:04:25 -04:00
|
|
|
|
"async": "^3.0.1",
|
2019-01-23 13:03:40 -05:00
|
|
|
|
"autoprefixer": "^9.4.6",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2019-09-03 13:39:01 -04:00
|
|
|
|
"benchpressjs": "^2.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"body-parser": "^1.18.2",
|
2018-12-14 17:18:59 -05:00
|
|
|
|
"bootstrap": "^3.4.0",
|
2019-10-10 12:01:48 -04:00
|
|
|
|
"bootswatch": "git://github.com/thomaspark/bootswatch.git#c41a8f066feb8950c6f9c6bcf5a3c37d1085404e",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"chart.js": "^2.7.1",
|
2018-05-16 14:41:39 -04:00
|
|
|
|
"cli-graph": "^3.2.2",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"clipboard": "^2.0.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"colors": "^1.1.2",
|
2019-08-09 00:49:51 +00:00
|
|
|
|
"commander": "^3.0.0",
|
2018-08-08 14:13:48 -05:00
|
|
|
|
"compression": "^1.7.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"connect-ensure-login": "^0.1.1",
|
|
|
|
|
|
"connect-flash": "^0.1.1",
|
2019-11-28 17:27:08 +00:00
|
|
|
|
"connect-mongo": "3.2.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"connect-multiparty": "^2.1.0",
|
2019-08-27 00:38:20 -04:00
|
|
|
|
"connect-pg-simple": "^6.0.0",
|
2020-01-30 11:20:48 -05:00
|
|
|
|
"connect-redis": "4.0.4",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"cookie-parser": "^1.4.3",
|
|
|
|
|
|
"cron": "^1.3.0",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"cropperjs": "^1.2.2",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"csurf": "^1.9.0",
|
|
|
|
|
|
"daemon": "^1.1.0",
|
2019-01-07 12:07:28 -05:00
|
|
|
|
"diff": "^4.0.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"express": "^4.16.2",
|
|
|
|
|
|
"express-session": "^1.15.6",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"express-useragent": "^1.0.12",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"graceful-fs": "^4.1.11",
|
2018-02-21 14:13:20 -05:00
|
|
|
|
"helmet": "^3.11.0",
|
2019-03-26 08:03:54 +00:00
|
|
|
|
"html-to-text": "^5.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"ipaddr.js": "^1.5.4",
|
|
|
|
|
|
"jquery": "^3.2.1",
|
2018-11-08 21:52:19 +00:00
|
|
|
|
"jsesc": "2.5.2",
|
2018-12-28 05:28:24 +00:00
|
|
|
|
"json-2-csv": "^3.0.0",
|
2019-01-08 13:56:11 -05:00
|
|
|
|
"jsonwebtoken": "^8.4.0",
|
2019-08-28 11:22:39 -04:00
|
|
|
|
"less": "^3.10.3",
|
2019-08-21 12:04:22 -04:00
|
|
|
|
"lodash": "^4.17.15",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"logrotate-stream": "^0.2.5",
|
2018-12-14 17:31:06 -05:00
|
|
|
|
"lru-cache": "5.1.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"material-design-lite": "^1.3.0",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"mime": "^2.2.0",
|
2020-01-31 14:10:00 -05:00
|
|
|
|
"mkdirp": "^1.0.3",
|
2020-03-16 23:18:40 -04:00
|
|
|
|
"mongodb": "3.5.5",
|
2019-08-21 12:04:22 -04:00
|
|
|
|
"morgan": "^1.9.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"mousetrap": "^1.6.1",
|
2019-07-12 16:34:41 -04:00
|
|
|
|
"mubsub-nbb": "^1.5.1",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"nconf": "^0.10.0",
|
2020-03-09 15:32:45 +00:00
|
|
|
|
"nodebb-plugin-composer-default": "6.3.23",
|
2019-11-15 14:26:52 -05:00
|
|
|
|
"nodebb-plugin-dbsearch": "4.0.7",
|
2019-06-22 17:01:09 +00:00
|
|
|
|
"nodebb-plugin-emoji": "^3.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-emoji-android": "2.0.0",
|
2020-03-17 09:49:15 -04:00
|
|
|
|
"nodebb-plugin-markdown": "8.11.2",
|
2020-01-03 19:18:37 +00:00
|
|
|
|
"nodebb-plugin-mentions": "2.7.4",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-soundpack-default": "1.0.0",
|
2019-11-05 21:09:41 -05:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.6.7",
|
2019-10-10 21:54:35 -04:00
|
|
|
|
"nodebb-rewards-essentials": "0.1.2",
|
2019-06-25 16:48:46 -04:00
|
|
|
|
"nodebb-theme-lavender": "5.0.11",
|
2020-02-26 18:04:45 -05:00
|
|
|
|
"nodebb-theme-persona": "10.1.36",
|
2020-02-22 23:07:40 -05:00
|
|
|
|
"nodebb-theme-slick": "1.2.29",
|
2020-02-22 22:35:44 -05:00
|
|
|
|
"nodebb-theme-vanilla": "11.1.16",
|
2020-02-11 17:03:01 -05:00
|
|
|
|
"nodebb-widget-essentials": "4.1.0",
|
2019-03-25 10:18:52 +00:00
|
|
|
|
"nodemailer": "^6.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"passport": "^0.4.0",
|
|
|
|
|
|
"passport-local": "1.0.0",
|
2018-08-08 14:13:48 -05:00
|
|
|
|
"pg": "^7.4.0",
|
2019-01-08 15:06:21 +00:00
|
|
|
|
"pg-cursor": "^2.0.0",
|
2020-03-07 21:26:25 -05:00
|
|
|
|
"postcss": "7.0.27",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"postcss-clean": "1.1.0",
|
2018-06-18 22:28:34 +00:00
|
|
|
|
"promise-polyfill": "^8.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"prompt": "^1.0.0",
|
2020-02-09 11:14:09 -05:00
|
|
|
|
"redis": "3.0.2",
|
2020-02-11 14:19:56 -05:00
|
|
|
|
"request": "2.88.2",
|
2020-02-09 11:10:35 -05:00
|
|
|
|
"rimraf": "3.0.2",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"rss": "^1.2.2",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"sanitize-html": "^1.16.3",
|
2019-12-14 19:47:08 +00:00
|
|
|
|
"semver": "^7.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"serve-favicon": "^2.4.5",
|
2020-03-20 17:37:37 -04:00
|
|
|
|
"sharp": "0.25.2",
|
2020-03-11 12:26:22 -04:00
|
|
|
|
"sitemap": "^6.0.0",
|
2019-09-20 10:27:04 +00:00
|
|
|
|
"socket.io": "2.3.0",
|
2018-07-23 11:21:36 -05:00
|
|
|
|
"socket.io-adapter-cluster": "^1.0.1",
|
2019-08-28 11:37:36 -04:00
|
|
|
|
"socket.io-adapter-mongo": "^2.0.4",
|
2019-08-27 19:30:56 -04:00
|
|
|
|
"socket.io-adapter-postgres": "^1.2.1",
|
2019-09-20 10:27:04 +00:00
|
|
|
|
"socket.io-client": "2.3.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"socket.io-redis": "5.2.0",
|
|
|
|
|
|
"socketio-wildcard": "2.0.0",
|
2019-03-27 17:09:26 +00:00
|
|
|
|
"spdx-license-list": "^6.0.0",
|
2019-10-01 20:49:15 +00:00
|
|
|
|
"spider-detector": "2.0.0",
|
2019-01-28 14:12:28 -05:00
|
|
|
|
"textcomplete": "^0.17.1",
|
2019-02-08 09:34:42 -05:00
|
|
|
|
"textcomplete.contenteditable": "^0.1.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"toobusy-js": "^0.5.1",
|
2018-03-26 13:37:53 -06:00
|
|
|
|
"uglify-es": "^3.3.9",
|
2020-01-30 09:10:14 -05:00
|
|
|
|
"validator": "12.2.0",
|
2019-01-29 14:16:27 -05:00
|
|
|
|
"winston": "3.2.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"xml": "^1.0.1",
|
2018-05-10 15:45:51 -04:00
|
|
|
|
"xregexp": "^4.1.1",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"zxcvbn": "^4.4.2"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"devDependencies": {
|
2020-01-31 14:13:41 -05:00
|
|
|
|
"@commitlint/cli": "8.3.5",
|
|
|
|
|
|
"@commitlint/config-angular": "8.3.4",
|
2019-12-10 09:55:22 -05:00
|
|
|
|
"coveralls": "3.0.9",
|
2020-01-31 14:14:42 -05:00
|
|
|
|
"eslint": "6.8.0",
|
2019-08-13 14:33:37 -04:00
|
|
|
|
"eslint-config-airbnb-base": "14.0.0",
|
2020-03-11 12:35:57 -04:00
|
|
|
|
"eslint-plugin-import": "2.20.1",
|
2020-03-16 23:18:20 -04:00
|
|
|
|
"grunt": "1.1.0",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-03-11 13:38:18 -04:00
|
|
|
|
"husky": "4.2.3",
|
2020-03-11 12:32:25 -04:00
|
|
|
|
"jsdom": "16.2.1",
|
2020-03-11 13:07:09 -04:00
|
|
|
|
"lint-staged": "10.0.8",
|
2020-03-19 10:18:57 -04:00
|
|
|
|
"mocha": "7.1.1",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2020-01-31 14:13:54 -05:00
|
|
|
|
"nyc": "15.0.0",
|
2019-01-04 10:40:52 +00:00
|
|
|
|
"smtp-server": "3.5.0"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"bugs": {
|
2018-03-14 23:56:32 +00:00
|
|
|
|
"url": "https://github.com/NodeBB/NodeBB/issues"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"engines": {
|
2018-12-08 13:21:47 -05:00
|
|
|
|
"node": ">=8"
|
2017-11-21 14:38:24 -05:00
|
|
|
|
},
|
|
|
|
|
|
"maintainers": [
|
2018-03-14 23:56:32 +00:00
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
|
|
"email": "andrew@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/psychobunny"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
|
|
|
|
|
"email": "julian@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/julianlam"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
|
|
"email": "baris@nodebb.org",
|
|
|
|
|
|
"url": "https://github.com/barisusakli"
|
|
|
|
|
|
}
|
2017-11-21 14:38:24 -05:00
|
|
|
|
]
|
2020-02-26 18:04:45 -05:00
|
|
|
|
}
|