mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-25 18:00:28 +01:00
96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
||
"name": "nodebb",
|
||
"license": "GPLv3 or later",
|
||
"description": "NodeBB Forum",
|
||
"version": "0.6.0-dev",
|
||
"homepage": "http://www.nodebb.org",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/NodeBB/NodeBB/"
|
||
},
|
||
"main": "app.js",
|
||
"scripts": {
|
||
"start": "./nodebb start",
|
||
"stop": "./nodebb stop",
|
||
"test": "mocha ./tests -t 10000"
|
||
},
|
||
"dependencies": {
|
||
"async": "~0.9.0",
|
||
"bcryptjs": "~2.1.0",
|
||
"body-parser": "^1.9.0",
|
||
"compression": "^1.1.0",
|
||
"connect-ensure-login": "^0.1.1",
|
||
"connect-flash": "^0.1.1",
|
||
"connect-multiparty": "^1.2.4",
|
||
"cookie-parser": "^1.3.3",
|
||
"cron": "^1.0.5",
|
||
"csurf": "^1.6.1",
|
||
"daemon": "~1.1.0",
|
||
"express": "^4.9.5",
|
||
"express-session": "^1.8.2",
|
||
"gm": "1.16.0",
|
||
"gravatar": "^1.1.0",
|
||
"heapdump": "^0.3.0",
|
||
"less": "^2.0.0",
|
||
"logrotate-stream": "^0.2.3",
|
||
"mkdirp": "~0.5.0",
|
||
"morgan": "^1.3.2",
|
||
"nconf": "~0.6.7",
|
||
"nodebb-plugin-dbsearch": "^0.1.0",
|
||
"nodebb-plugin-markdown": "^0.8.0",
|
||
"nodebb-plugin-mentions": "^0.7.0",
|
||
"nodebb-plugin-soundpack-default": "~0.1.1",
|
||
"nodebb-plugin-spam-be-gone": "^0.3.0",
|
||
"nodebb-theme-lavender": "~0.1.0",
|
||
"nodebb-theme-vanilla": "~0.1.0",
|
||
"nodebb-widget-essentials": "~0.2.0",
|
||
"npm": "^2.1.4",
|
||
"passport": "^0.2.1",
|
||
"passport-local": "1.0.0",
|
||
"prompt": "^0.2.14",
|
||
"request": "^2.44.0",
|
||
"rimraf": "~2.2.6",
|
||
"rss": "^1.0.0",
|
||
"semver": "^4.0.3",
|
||
"serve-favicon": "^2.1.5",
|
||
"sitemap": "^0.7.4",
|
||
"socket.io": "^1.2.1",
|
||
"socket.io-client": "^1.2.1",
|
||
"socket.io-redis": "^0.1.3",
|
||
"socketio-wildcard": "~0.1.1",
|
||
"string": "^2.1.0",
|
||
"templates.js": "0.1.9",
|
||
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
|
||
"underscore": "~1.7.0",
|
||
"validator": "~3.22.1",
|
||
"winston": "^0.8.1",
|
||
"xregexp": "~2.0.0"
|
||
},
|
||
"devDependencies": {
|
||
"mocha": "~1.13.0"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||
},
|
||
"engines": {
|
||
"node": ">=0.10"
|
||
},
|
||
"maintainers": [
|
||
{
|
||
"name": "Andrew Rodrigues",
|
||
"email": "andrew@designcreateplay.com",
|
||
"url": "https://github.com/psychobunny"
|
||
},
|
||
{
|
||
"name": "Julian Lam",
|
||
"email": "julian@designcreateplay.com",
|
||
"url": "https://github.com/julianlam"
|
||
},
|
||
{
|
||
"name": "Barış Soner Uşaklı",
|
||
"email": "baris@designcreateplay.com",
|
||
"url": "https://github.com/barisusakli"
|
||
}
|
||
]
|
||
}
|