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-05-08 13:56:49 -04:00
|
|
|
|
"version": "1.5.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-05-08 15:37:36 -04:00
|
|
|
|
"async": "2.4.0",
|
2017-04-08 17:35:18 -06:00
|
|
|
|
"ace-builds": "^1.2.6",
|
2017-05-08 16:03:32 -04:00
|
|
|
|
"autoprefixer": "7.0.1",
|
2017-05-08 16:12:21 -04:00
|
|
|
|
"bcryptjs": "2.4.3",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"body-parser": "^1.9.0",
|
2017-04-08 17:56:50 -06:00
|
|
|
|
"bootstrap": "^3.3.7",
|
2017-01-03 18:05:39 -08:00
|
|
|
|
"chart.js": "^2.4.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-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-05-08 16:18:36 -04:00
|
|
|
|
"connect-redis": "3.3.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"cookie-parser": "^1.3.3",
|
|
|
|
|
|
"cron": "^1.0.5",
|
2017-02-03 00:47:09 +00:00
|
|
|
|
"cropperjs": "^0.8.1",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"csurf": "^1.6.1",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"daemon": "~1.1.0",
|
2016-08-16 11:43:44 -04:00
|
|
|
|
"express": "^4.14.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"express-session": "^1.8.2",
|
2017-02-14 20:56:24 +03:00
|
|
|
|
"express-useragent": "1.0.7",
|
2017-05-08 15:37:36 -04:00
|
|
|
|
"html-to-text": "3.2.0",
|
|
|
|
|
|
"ip": "1.1.5",
|
2016-10-17 19:49:29 +03:00
|
|
|
|
"jimp": "0.2.27",
|
2016-08-26 15:36:42 -04:00
|
|
|
|
"jquery": "^3.1.0",
|
2016-05-24 23:04:57 -04:00
|
|
|
|
"json-2-csv": "^2.0.22",
|
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",
|
2017-05-03 16:36:34 -04:00
|
|
|
|
"lru-cache": "4.0.2",
|
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",
|
2017-05-08 15:37:36 -04:00
|
|
|
|
"mongodb": "2.2.26",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"morgan": "^1.3.2",
|
2016-02-26 12:12:12 -05:00
|
|
|
|
"mousetrap": "^1.5.3",
|
2015-10-23 16:23:54 -04:00
|
|
|
|
"nconf": "~0.8.2",
|
2017-05-09 13:24:39 -04:00
|
|
|
|
"nodebb-plugin-composer-default": "4.4.7",
|
2017-02-09 17:29:28 +03:00
|
|
|
|
"nodebb-plugin-dbsearch": "2.0.2",
|
2016-07-15 19:53:35 +03:00
|
|
|
|
"nodebb-plugin-emoji-extended": "1.1.1",
|
2016-06-07 14:05:13 +02:00
|
|
|
|
"nodebb-plugin-emoji-one": "1.1.5",
|
2017-02-23 14:54:49 -05:00
|
|
|
|
"nodebb-plugin-markdown": "7.1.1",
|
2017-03-30 11:00:11 -04:00
|
|
|
|
"nodebb-plugin-mentions": "2.0.3",
|
2017-02-16 22:56:25 -07:00
|
|
|
|
"nodebb-plugin-soundpack-default": "1.0.0",
|
2017-05-12 11:53:41 -04:00
|
|
|
|
"nodebb-plugin-spam-be-gone": "0.5.0",
|
2016-07-07 13:10:30 -04:00
|
|
|
|
"nodebb-rewards-essentials": "0.0.9",
|
2017-03-13 16:54:28 -04:00
|
|
|
|
"nodebb-theme-lavender": "4.0.0",
|
2017-05-08 14:08:17 -04:00
|
|
|
|
"nodebb-theme-persona": "5.0.0",
|
2017-05-11 16:06:59 -04:00
|
|
|
|
"nodebb-theme-vanilla": "6.0.1",
|
2017-05-03 17:49:01 -04:00
|
|
|
|
"nodebb-widget-essentials": "3.0.0",
|
2016-10-17 19:58:05 +03:00
|
|
|
|
"nodemailer": "2.6.4",
|
2016-01-18 13:22:15 -05:00
|
|
|
|
"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",
|
2017-05-08 16:30:12 -04:00
|
|
|
|
"postcss": "6.0.1",
|
|
|
|
|
|
"postcss-clean": "1.0.2",
|
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-05-08 16:50:40 -04:00
|
|
|
|
"redis": "2.7.1",
|
2017-04-21 21:41:37 -04:00
|
|
|
|
"request": "2.81.0",
|
2017-05-08 16:57:36 -04:00
|
|
|
|
"rimraf": "2.6.1",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"rss": "^1.0.0",
|
2016-11-28 12:52:26 -07:00
|
|
|
|
"sanitize-html": "^1.13.0",
|
2016-02-26 12:12:12 -05:00
|
|
|
|
"semver": "^5.1.0",
|
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",
|
2017-05-08 15:37:36 -04:00
|
|
|
|
"socket.io": "1.7.4",
|
|
|
|
|
|
"socket.io-client": "1.7.4",
|
|
|
|
|
|
"socket.io-redis": "4.0.0",
|
|
|
|
|
|
"socketio-wildcard": "0.4.0",
|
2014-12-18 20:23:31 -05:00
|
|
|
|
"string": "^3.0.0",
|
2017-02-16 18:28:37 -05:00
|
|
|
|
"templates.js": "0.3.10",
|
2016-08-12 16:01:01 +03:00
|
|
|
|
"toobusy-js": "^0.5.1",
|
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",
|
2017-05-08 17:36:59 -04:00
|
|
|
|
"validator": "7.0.0",
|
2015-11-11 20:32:24 -05:00
|
|
|
|
"winston": "^2.1.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": {
|
2016-10-14 16:06:05 +00:00
|
|
|
|
"coveralls": "^2.11.14",
|
2017-01-05 18:06:59 +00:00
|
|
|
|
"eslint": "^3.12.0",
|
2017-02-18 02:23:47 -07:00
|
|
|
|
"eslint-config-airbnb-base": "^11.1.0",
|
|
|
|
|
|
"eslint-plugin-import": "^2.2.0",
|
2017-01-05 18:06:59 +00:00
|
|
|
|
"grunt": "~1.0.0",
|
2016-04-05 19:46:44 -05:00
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-04-01 12:20:02 +00:00
|
|
|
|
"istanbul": "^0.4.2",
|
2017-05-11 16:31:10 -04:00
|
|
|
|
"jsdom": "9.12.0",
|
2017-01-05 18:06:59 +00:00
|
|
|
|
"mocha": "~3.2.0",
|
2016-10-16 16:43:38 +03:00
|
|
|
|
"mocha-lcov-reporter": "^1.2.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": {
|
2016-08-30 17:01:51 -04:00
|
|
|
|
"node": ">=4"
|
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
|
|
|
|
}
|
|
|
|
|
|
]
|
2016-11-24 11:09:09 -05:00
|
|
|
|
}
|