mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-15 21:10:22 +01:00
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
||
"name": "nodebb",
|
||
"license": "GPLv3 or later",
|
||
"description": "NodeBB Forum",
|
||
"version": "0.5.0",
|
||
"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.0.1",
|
||
"body-parser": "^1.0.1",
|
||
"compression": "^1.0.1",
|
||
"connect-ensure-login": "^0.1.1",
|
||
"connect-flash": "^0.1.1",
|
||
"connect-multiparty": "^1.0.1",
|
||
"cookie-parser": "^1.0.1",
|
||
"cron": "~1.0.4",
|
||
"csurf": "^1.1.0",
|
||
"daemon": "~1.1.0",
|
||
"express": "4.6.1",
|
||
"express-session": "^1.0.2",
|
||
"gm": "1.16.0",
|
||
"gravatar": "1.0.6",
|
||
"less": "~1.7.3",
|
||
"mkdirp": "~0.5.0",
|
||
"morgan": "^1.0.0",
|
||
"nconf": "~0.6.7",
|
||
"nodebb-plugin-downvote-post": "^0.1.0",
|
||
"nodebb-plugin-upvote-post": "^1.0.0",
|
||
"nodebb-plugin-dbsearch": "0.0.13",
|
||
"nodebb-plugin-markdown": "~0.5.0",
|
||
"nodebb-plugin-mentions": "~0.6.0",
|
||
"nodebb-plugin-soundpack-default": "~0.1.1",
|
||
"nodebb-theme-lavender": "~0.1.0",
|
||
"nodebb-theme-vanilla": "~0.1.0",
|
||
"nodebb-widget-essentials": "~0.1.0",
|
||
"npm": "^1.4.6",
|
||
"passport": "~0.2.0",
|
||
"passport-local": "1.0.0",
|
||
"prompt": "~0.2.11",
|
||
"request": "~2.38.0",
|
||
"rimraf": "~2.2.6",
|
||
"rss": "~0.3.2",
|
||
"semver": "~2.3.1",
|
||
"serve-favicon": "^2.0.1",
|
||
"sitemap": "~0.7.3",
|
||
"socket.io": "~0.9.16",
|
||
"socket.io-wildcard": "~0.1.1",
|
||
"string": "~1.9.0",
|
||
"templates.js": "0.0.13",
|
||
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
|
||
"underscore": "~1.6.0",
|
||
"validator": "~3.16.1",
|
||
"winston": "~0.7.2",
|
||
"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"
|
||
}
|
||
]
|
||
}
|