2017-11-21 14:38:24 -05:00
|
|
|
|
{
|
|
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2018-11-28 21:53:14 +00:00
|
|
|
|
"version": "1.11.0",
|
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",
|
2018-05-30 15:46:20 -04:00
|
|
|
|
"async": "2.6.1",
|
2018-07-16 23:12:19 +00:00
|
|
|
|
"autoprefixer": "^9.0.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2018-07-18 00:30:35 -04:00
|
|
|
|
"benchpressjs": "^1.2.5",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
|
|
"bootstrap": "^3.3.7",
|
2018-11-07 13:44:35 -05:00
|
|
|
|
"bootswatch": "^3",
|
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",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"commander": "^2.12.2",
|
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",
|
2018-12-03 11:17:19 -05:00
|
|
|
|
"connect-mongo": "2.0.3",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"connect-multiparty": "^2.1.0",
|
2018-08-08 19:14:31 +00:00
|
|
|
|
"connect-pg-simple": "^5.0.0",
|
2018-09-28 13:52:05 +00:00
|
|
|
|
"connect-redis": "3.4.0",
|
2018-08-08 14:13:48 -05:00
|
|
|
|
"continuation-local-storage": "^3.2.1",
|
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",
|
2018-02-16 16:41:06 -05:00
|
|
|
|
"diff": "^3.4.0",
|
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",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"html-to-text": "^4.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",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"json-2-csv": "^2.1.2",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"less": "^2.7.3",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"lodash": "^4.17.10",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"logrotate-stream": "^0.2.5",
|
2018-11-29 12:58:59 -05:00
|
|
|
|
"lru-cache": "4.1.5",
|
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",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"mkdirp": "^0.5.1",
|
2018-11-17 09:01:05 -05:00
|
|
|
|
"mongodb": "3.1.10",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"morgan": "^1.9.0",
|
|
|
|
|
|
"mousetrap": "^1.6.1",
|
2018-05-23 14:34:06 -04:00
|
|
|
|
"mubsub-nbb": "^1.5.0",
|
2018-05-10 15:41:09 -04:00
|
|
|
|
"nconf": "^0.10.0",
|
2018-12-04 16:06:43 -05:00
|
|
|
|
"nodebb-plugin-composer-default": "6.1.16",
|
2018-11-30 10:12:21 -05:00
|
|
|
|
"nodebb-plugin-dbsearch": "3.0.3",
|
2018-08-30 12:59:19 -04:00
|
|
|
|
"nodebb-plugin-emoji": "^2.2.5",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-emoji-android": "2.0.0",
|
2018-11-27 17:49:13 +00:00
|
|
|
|
"nodebb-plugin-markdown": "8.8.5",
|
2018-11-12 21:18:37 +00:00
|
|
|
|
"nodebb-plugin-mentions": "2.3.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"nodebb-plugin-soundpack-default": "1.0.0",
|
2018-10-24 22:05:50 +00:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.5.5",
|
2018-10-24 13:58:39 -04:00
|
|
|
|
"nodebb-rewards-essentials": "0.0.13",
|
2018-10-10 11:59:40 -04:00
|
|
|
|
"nodebb-theme-lavender": "5.0.8",
|
2018-12-06 21:34:28 +00:00
|
|
|
|
"nodebb-theme-persona": "9.1.2",
|
2018-12-03 12:54:47 -05:00
|
|
|
|
"nodebb-theme-slick": "1.2.18",
|
2018-11-28 19:08:55 +00:00
|
|
|
|
"nodebb-theme-vanilla": "10.1.12",
|
2018-11-11 19:29:32 -05:00
|
|
|
|
"nodebb-widget-essentials": "4.0.11",
|
2018-05-30 15:46:20 -04:00
|
|
|
|
"nodemailer": "^4.6.5",
|
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",
|
|
|
|
|
|
"pg-cursor": "^1.3.0",
|
2018-11-18 01:37:33 +00:00
|
|
|
|
"postcss": "7.0.6",
|
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",
|
|
|
|
|
|
"redis": "2.8.0",
|
2018-08-10 17:43:16 +00:00
|
|
|
|
"request": "2.88.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"rimraf": "2.6.2",
|
|
|
|
|
|
"rss": "^1.2.2",
|
2018-01-06 12:06:42 -07:00
|
|
|
|
"sanitize-html": "^1.16.3",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"semver": "^5.4.1",
|
|
|
|
|
|
"serve-favicon": "^2.4.5",
|
2018-10-04 13:34:34 +00:00
|
|
|
|
"sharp": "0.21.0",
|
2018-10-21 16:52:03 -04:00
|
|
|
|
"sitemap": "^2.0.0",
|
2018-11-28 23:18:43 +00:00
|
|
|
|
"socket.io": "2.2.0",
|
2018-07-23 11:21:36 -05:00
|
|
|
|
"socket.io-adapter-cluster": "^1.0.1",
|
2018-01-18 12:02:56 -06:00
|
|
|
|
"socket.io-adapter-mongo": "^2.0.1",
|
2018-08-08 14:13:48 -05:00
|
|
|
|
"socket.io-adapter-postgres": "^1.0.1",
|
2018-11-28 23:18:45 +00:00
|
|
|
|
"socket.io-client": "2.2.0",
|
2017-12-27 21:48:01 +00:00
|
|
|
|
"socket.io-redis": "5.2.0",
|
|
|
|
|
|
"socketio-wildcard": "2.0.0",
|
2018-11-08 10:23:37 +00:00
|
|
|
|
"spdx-license-list": "^5.0.0",
|
2018-01-31 15:20:17 -05:00
|
|
|
|
"spider-detector": "1.0.18",
|
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",
|
2018-08-31 11:04:42 -04:00
|
|
|
|
"util.promisify": "1.0.0",
|
2018-11-08 00:56:47 +00:00
|
|
|
|
"validator": "10.9.0",
|
2018-10-16 13:07:13 -04:00
|
|
|
|
"winston": "3.1.0",
|
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": {
|
2018-11-08 16:36:43 +00:00
|
|
|
|
"@commitlint/cli": "7.2.1",
|
|
|
|
|
|
"@commitlint/config-angular": "7.1.2",
|
2018-06-29 22:32:48 +00:00
|
|
|
|
"coveralls": "3.0.2",
|
2018-11-09 18:56:58 +00:00
|
|
|
|
"eslint": "5.9.0",
|
2018-11-07 15:53:14 -05:00
|
|
|
|
"eslint-config-airbnb-base": "13.1.0",
|
2018-08-13 09:14:48 +00:00
|
|
|
|
"eslint-plugin-import": "2.14.0",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"grunt": "1.0.3",
|
|
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-11-21 01:00:57 +00:00
|
|
|
|
"husky": "1.2.0",
|
2018-10-29 19:57:10 +00:00
|
|
|
|
"jsdom": "13.0.0",
|
2018-11-21 14:28:46 +00:00
|
|
|
|
"lint-staged": "8.1.0",
|
2018-06-18 21:31:46 +00:00
|
|
|
|
"mocha": "5.2.0",
|
2018-06-18 18:44:43 +00:00
|
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2018-10-14 11:47:49 +00:00
|
|
|
|
"nyc": "13.1.0",
|
2018-08-27 08:21:07 +00:00
|
|
|
|
"smtp-server": "3.4.7"
|
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-03-14 23:56:32 +00:00
|
|
|
|
"node": ">=6"
|
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
|
|
|
|
]
|
2018-10-15 17:28:03 +00:00
|
|
|
|
}
|