{ "name": "nodebb", "license": "GPL-3.0", "description": "NodeBB Forum", "version": "1.13.2", "homepage": "http://www.nodebb.org", "repository": { "type": "git", "url": "https://github.com/NodeBB/NodeBB/" }, "main": "app.js", "scripts": { "start": "node loader.js", "lint": "eslint --cache ./nodebb .", "pretest": "npm run lint", "test": "nyc --reporter=html --reporter=text-summary mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" }, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "dependencies": { "ace-builds": "^1.4.9", "archiver": "^4.0.0", "async": "^3.2.0", "autoprefixer": "^9.7.6", "bcryptjs": "2.4.3", "benchpressjs": "^2.0.2", "body-parser": "^1.19.0", "bootstrap": "^3.4.1", "bootswatch": "git://github.com/thomaspark/bootswatch.git#c41a8f066feb8950c6f9c6bcf5a3c37d1085404e", "chart.js": "^2.9.3", "cli-graph": "^3.2.2", "clipboard": "^2.0.6", "colors": "^1.4.0", "commander": "^5.0.0", "compression": "^1.7.4", "connect-ensure-login": "^0.1.1", "connect-flash": "^0.1.1", "connect-mongo": "3.2.0", "connect-multiparty": "^2.2.0", "connect-pg-simple": "^6.1.0", "connect-redis": "4.0.4", "cookie-parser": "^1.4.5", "cron": "^1.8.2", "cropperjs": "^1.5.6", "csurf": "^1.11.0", "daemon": "^1.1.0", "diff": "^4.0.2", "express": "^4.17.1", "express-session": "^1.17.0", "express-useragent": "^1.0.13", "graceful-fs": "^4.2.3", "helmet": "^3.22.0", "html-to-text": "^5.1.1", "ipaddr.js": "^1.9.1", "jquery": "3.4.1", "jsesc": "3.0.1", "json-2-csv": "^3.6.2", "jsonwebtoken": "^8.5.1", "less": "^3.11.1", "lodash": "^4.17.15", "logrotate-stream": "^0.2.6", "lru-cache": "5.1.1", "material-design-lite": "^1.3.0", "mime": "^2.4.4", "mkdirp": "^1.0.4", "mongodb": "3.5.7", "morgan": "^1.10.0", "mousetrap": "^1.6.5", "@nodebb/mubsub": "^1.6.0", "nconf": "^0.10.0", "nodebb-plugin-composer-default": "6.3.24", "nodebb-plugin-dbsearch": "4.0.7", "nodebb-plugin-emoji": "^3.3.0", "nodebb-plugin-emoji-android": "2.0.0", "nodebb-plugin-markdown": "8.11.2", "nodebb-plugin-mentions": "2.7.4", "nodebb-plugin-soundpack-default": "1.0.0", "nodebb-plugin-spam-be-gone": "0.6.7", "nodebb-rewards-essentials": "0.1.3", "nodebb-theme-lavender": "5.0.11", "nodebb-theme-persona": "10.1.37", "nodebb-theme-slick": "1.2.29", "nodebb-theme-vanilla": "11.1.16", "nodebb-widget-essentials": "4.1.0", "nodemailer": "^6.4.6", "passport": "^0.4.1", "passport-local": "1.0.0", "pg": "^8.0.2", "pg-cursor": "^2.1.9", "postcss": "7.0.27", "postcss-clean": "1.1.0", "promise-polyfill": "^8.1.3", "prompt": "^1.0.0", "redis": "3.0.2", "request": "2.88.2", "request-promise-native": "^1.0.8", "rimraf": "3.0.2", "rss": "^1.2.2", "sanitize-html": "^1.23.0", "semver": "^7.2.1", "serve-favicon": "^2.5.0", "sharp": "0.25.2", "sitemap": "^6.1.0", "socket.io": "2.3.0", "socket.io-adapter-cluster": "^1.0.1", "socket.io-adapter-mongo": "^2.0.5", "socket.io-adapter-postgres": "^1.2.1", "socket.io-client": "2.3.0", "socket.io-redis": "5.2.0", "socketio-wildcard": "2.0.0", "spdx-license-list": "^6.1.0", "spider-detector": "2.0.0", "textcomplete": "^0.17.1", "textcomplete.contenteditable": "^0.1.1", "toobusy-js": "^0.5.1", "uglify-es": "^3.3.9", "validator": "13.0.0", "winston": "3.2.1", "xml": "^1.0.1", "xregexp": "^4.3.0", "zxcvbn": "^4.4.2" }, "devDependencies": { "@apidevtools/swagger-parser": "9.0.1", "@commitlint/cli": "8.3.5", "@commitlint/config-angular": "8.3.4", "coveralls": "3.1.0", "eslint": "6.8.0", "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "2.20.2", "grunt": "1.1.0", "grunt-contrib-watch": "1.1.0", "husky": "4.2.5", "jsdom": "16.2.2", "lint-staged": "10.2.0", "mocha": "7.1.2", "mocha-lcov-reporter": "1.3.0", "nyc": "15.0.1", "smtp-server": "3.6.0" }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues" }, "engines": { "node": ">=8" }, "maintainers": [ { "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" } ] }