mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-25 09:50:35 +01:00
141 lines
3.9 KiB
JSON
141 lines
3.9 KiB
JSON
{
|
||
"name": "nodebb",
|
||
"license": "GPL-3.0",
|
||
"description": "NodeBB Forum",
|
||
"version": "1.5.1",
|
||
"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": "istanbul cover node_modules/mocha/bin/_mocha -- -R dot",
|
||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||
},
|
||
"dependencies": {
|
||
"ace-builds": "^1.2.6",
|
||
"async": "2.4.1",
|
||
"autoprefixer": "7.1.1",
|
||
"bcryptjs": "2.4.3",
|
||
"body-parser": "^1.9.0",
|
||
"bootstrap": "^3.3.7",
|
||
"chart.js": "^2.4.0",
|
||
"colors": "^1.1.0",
|
||
"compression": "^1.1.0",
|
||
"connect-ensure-login": "^0.1.1",
|
||
"connect-flash": "^0.1.1",
|
||
"connect-mongo": "1.3.2",
|
||
"connect-multiparty": "^2.0.0",
|
||
"connect-redis": "3.3.0",
|
||
"cookie-parser": "^1.3.3",
|
||
"cron": "^1.0.5",
|
||
"cropperjs": "^0.8.1",
|
||
"csurf": "^1.6.1",
|
||
"daemon": "~1.1.0",
|
||
"express": "^4.14.0",
|
||
"express-session": "^1.8.2",
|
||
"express-useragent": "1.0.7",
|
||
"html-to-text": "3.3.0",
|
||
"ip": "1.1.5",
|
||
"jimp": "0.2.28",
|
||
"jquery": "^3.1.0",
|
||
"json-2-csv": "^2.0.22",
|
||
"less": "^2.0.0",
|
||
"lodash": "^4.17.4",
|
||
"logrotate-stream": "^0.2.3",
|
||
"lru-cache": "4.0.2",
|
||
"mime": "^1.3.4",
|
||
"minimist": "^1.1.1",
|
||
"mkdirp": "~0.5.0",
|
||
"mongodb": "2.2.27",
|
||
"morgan": "^1.3.2",
|
||
"mousetrap": "^1.5.3",
|
||
"nconf": "~0.8.2",
|
||
"nodebb-plugin-composer-default": "4.4.12",
|
||
"nodebb-plugin-dbsearch": "2.0.4",
|
||
"nodebb-plugin-emoji-extended": "1.1.1",
|
||
"nodebb-plugin-emoji-one": "1.2.1",
|
||
"nodebb-plugin-markdown": "7.1.1",
|
||
"nodebb-plugin-mentions": "2.0.3",
|
||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||
"nodebb-plugin-spam-be-gone": "0.5.0",
|
||
"nodebb-rewards-essentials": "0.0.9",
|
||
"nodebb-theme-lavender": "4.0.1",
|
||
"nodebb-theme-persona": "5.0.7",
|
||
"nodebb-theme-slick": "1.1.0",
|
||
"nodebb-theme-vanilla": "6.0.6",
|
||
"nodebb-widget-essentials": "3.0.0",
|
||
"nodemailer": "2.6.4",
|
||
"nodemailer-sendmail-transport": "1.0.0",
|
||
"nodemailer-smtp-transport": "^2.4.1",
|
||
"passport": "^0.3.0",
|
||
"passport-local": "1.0.0",
|
||
"postcss": "6.0.1",
|
||
"postcss-clean": "1.0.2",
|
||
"promise-polyfill": "^6.0.2",
|
||
"prompt": "^1.0.0",
|
||
"redis": "2.7.1",
|
||
"request": "2.81.0",
|
||
"rimraf": "2.6.1",
|
||
"rss": "^1.0.0",
|
||
"sanitize-html": "^1.13.0",
|
||
"semver": "^5.1.0",
|
||
"serve-favicon": "^2.1.5",
|
||
"sitemap": "^1.4.0",
|
||
"socket.io": "2.0.1",
|
||
"socket.io-client": "2.0.1",
|
||
"socket.io-redis": "5.0.1",
|
||
"socketio-wildcard": "2.0.0",
|
||
"string": "^3.0.0",
|
||
"templates.js": "0.3.11",
|
||
"toobusy-js": "^0.5.1",
|
||
"uglify-js": "^3.0.11",
|
||
"validator": "7.0.0",
|
||
"winston": "^2.1.0",
|
||
"xml": "^1.0.1",
|
||
"xregexp": "3.2.0",
|
||
"zxcvbn": "^4.4.2"
|
||
},
|
||
"devDependencies": {
|
||
"coveralls": "^2.11.14",
|
||
"eslint": "^3.12.0",
|
||
"eslint-config-airbnb-base": "^11.1.0",
|
||
"eslint-plugin-import": "^2.2.0",
|
||
"grunt": "~1.0.0",
|
||
"grunt-contrib-watch": "^1.0.0",
|
||
"istanbul": "^0.4.2",
|
||
"jsdom": "9.12.0",
|
||
"mocha": "~3.2.0",
|
||
"mocha-lcov-reporter": "^1.2.0",
|
||
"xmlhttprequest": "1.8.0",
|
||
"xmlhttprequest-ssl": "1.5.3"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||
},
|
||
"engines": {
|
||
"node": ">=4"
|
||
},
|
||
"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"
|
||
}
|
||
]
|
||
}
|