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-10-11 16:21:50 +00:00
|
|
|
|
"version": "1.6.1",
|
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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"test": "nyc --reporter=html --reporter=text-summary mocha",
|
|
|
|
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
|
2013-10-12 11:06:43 -04:00
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"dependencies": {
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"ace-builds": "^1.2.9",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"async": "2.5.0",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"autoprefixer": "7.1.6",
|
2017-05-08 16:12:21 -04:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"benchpressjs": "^1.1.2",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"body-parser": "^1.18.2",
|
2017-04-08 17:56:50 -06:00
|
|
|
|
"bootstrap": "^3.3.7",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"chart.js": "^2.7.0",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"connect-mongo": "2.0.0",
|
|
|
|
|
|
"connect-multiparty": "^2.1.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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"cron": "^1.3.0",
|
|
|
|
|
|
"cropperjs": "^1.1.3",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"csurf": "^1.9.0",
|
|
|
|
|
|
"daemon": "^1.1.0",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"express": "^4.16.2",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"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-10-23 16:32:26 -06:00
|
|
|
|
"ipaddr.js": "^1.5.4",
|
2017-05-28 17:21:44 -04:00
|
|
|
|
"jimp": "0.2.28",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"jquery": "^3.2.1",
|
2017-10-25 09:08:03 -04:00
|
|
|
|
"jsesc": "2.5.1",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"json-2-csv": "^2.1.2",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"mongodb": "2.2.33",
|
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-11-05 10:11:18 -05:00
|
|
|
|
"nodebb-plugin-composer-default": "6.0.5",
|
2017-10-25 10:24:13 -04:00
|
|
|
|
"nodebb-plugin-dbsearch": "2.0.8",
|
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-10-23 16:32:26 -06:00
|
|
|
|
"nodebb-plugin-markdown": "8.2.0",
|
2017-11-03 14:05:00 -04:00
|
|
|
|
"nodebb-plugin-mentions": "2.2.0",
|
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-11-02 14:22:28 -04:00
|
|
|
|
"nodebb-theme-lavender": "5.0.0",
|
2017-11-07 13:24:10 -05:00
|
|
|
|
"nodebb-theme-persona": "7.0.1",
|
2017-08-23 09:49:30 -07:00
|
|
|
|
"nodebb-theme-slick": "1.1.1",
|
2017-11-07 13:24:10 -05:00
|
|
|
|
"nodebb-theme-vanilla": "8.0.1",
|
2017-11-08 15:22:21 -05:00
|
|
|
|
"nodebb-widget-essentials": "4.0.1",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"nodemailer": "4.3.0",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"passport": "^0.4.0",
|
2014-07-23 10:50:59 -04:00
|
|
|
|
"passport-local": "1.0.0",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"postcss": "6.0.13",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"socket.io": "2.0.4",
|
|
|
|
|
|
"socket.io-client": "2.0.4",
|
2017-08-30 13:22:18 -06:00
|
|
|
|
"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",
|
2016-08-12 16:01:01 +03:00
|
|
|
|
"toobusy-js": "^0.5.1",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"uglify-js": "^3.1.5",
|
2017-10-01 16:19:10 -06:00
|
|
|
|
"validator": "9.0.0",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"winston": "^2.4.0",
|
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",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"eslint": "^4.9.0",
|
|
|
|
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
|
|
|
|
"eslint-plugin-import": "^2.8.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
|
|
|
|
"jsdom": "^11.3.0",
|
2017-10-23 16:32:26 -06:00
|
|
|
|
"mocha": "^4.0.1",
|
|
|
|
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
|
|
|
|
"nyc": "^11.2.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": {
|
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
|
|
|
|
}
|