You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/package.json

108 lines
2.8 KiB
JSON

{
12 years ago
"name": "nodebb",
"license": "GPL-3.0",
12 years ago
"description": "NodeBB Forum",
9 years ago
"version": "0.9.2",
12 years ago
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/NodeBB/"
12 years ago
},
"main": "app.js",
"scripts": {
"start": "node loader.js",
"test": "mocha ./tests -t 10000"
},
12 years ago
"dependencies": {
"async": "~1.5.0",
9 years ago
"bcryptjs": "~2.3.0",
"body-parser": "^1.9.0",
"colors": "^1.1.0",
"compression": "^1.1.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
10 years ago
"connect-multiparty": "^2.0.0",
"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",
"heapdump": "^0.3.0",
"html-to-text": "1.5.0",
"jimp": "0.2.20",
10 years ago
"less": "^2.0.0",
10 years ago
"logrotate-stream": "^0.2.3",
"lru-cache": "3.2.0",
10 years ago
"mime": "^1.3.4",
"minimist": "^1.1.1",
"mkdirp": "~0.5.0",
"morgan": "^1.3.2",
9 years ago
"nconf": "~0.8.2",
"nodebb-plugin-composer-default": "1.0.24",
9 years ago
"nodebb-plugin-dbsearch": "0.3.0",
"nodebb-plugin-emoji-extended": "0.4.17",
"nodebb-plugin-markdown": "4.0.8",
9 years ago
"nodebb-plugin-mentions": "1.0.12",
"nodebb-plugin-soundpack-default": "0.1.5",
"nodebb-plugin-spam-be-gone": "0.4.5",
"nodebb-rewards-essentials": "0.0.6",
9 years ago
"nodebb-theme-lavender": "3.0.2",
Squashed commit of the following: Closes #2668 commit 3d4f494ed3257bceda8f6f82057cab83f0f252b3 Author: Julian Lam <julian@designcreateplay.com> Date: Fri Dec 11 12:06:42 2015 -0500 theme minvers for #2668 commit b608ce61854f8195143685bb9753b80d32b26e95 Author: Julian Lam <julian@designcreateplay.com> Date: Fri Dec 11 12:01:03 2015 -0500 Allowing chat modal to edit and delete messages re: #2668 commit 0104db90a4070582f3938b6929dae35f985bac35 Author: Julian Lam <julian@designcreateplay.com> Date: Fri Dec 11 11:51:23 2015 -0500 Fixed issue where newSet calculations were off ... sometimes. Also, rendering of edited messages now parses a template partial, instead of just replacing the content. commit 5cb6ca600425ca9320c599b32306e93dcc5aa4ce Author: Julian Lam <julian@designcreateplay.com> Date: Fri Dec 11 11:07:12 2015 -0500 If edited content matches existing content... ... then edit is aborted. commit 6e7495247b1895589c716db29f919a934087b924 Author: Julian Lam <julian@designcreateplay.com> Date: Fri Dec 11 11:05:08 2015 -0500 some linting and fixed issue where new msgs when deleted would crash server commit db4a9e40d6dff44569c2437378121db8fdf75cf8 Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 17:25:56 2015 -0500 Message deletion for #2668, and fixed bug Fixed bug where chat modal would spawn even though user was sitting on the /chats page. commit a5aa2498ab4a8bba02a6daa43a9dbed7b3e37976 Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 14:55:23 2015 -0500 wiring up the edit button, #2668 commit 5f2afdcf6f2b9eae6b5873ca100149e65e3d385d Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 14:20:39 2015 -0500 added indicator to show if and when a message had been edited commit e8301132d525c1b9fd46c98cdb282ac7ea7a0d7f Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 14:06:39 2015 -0500 Allowing editing of chat messages commit bfd991be1cb1769599f7d5d2b1638e313c3c2dcb Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 10:33:49 2015 -0500 Added messageId to messages object return commit 0306ee6657b3288dd4547c66869d7d4ece0b31ad Author: Julian Lam <julian@designcreateplay.com> Date: Tue Dec 8 08:20:17 2015 -0500 WIP #2668
9 years ago
"nodebb-theme-persona": "4.0.41",
"nodebb-theme-vanilla": "5.0.16",
"nodebb-widget-essentials": "2.0.5",
"nodemailer": "0.7.1",
10 years ago
"npm": "^2.1.4",
"passport": "^0.3.0",
"passport-local": "1.0.0",
"prompt": "^0.2.14",
"request": "^2.44.0",
10 years ago
"rimraf": "~2.4.2",
"rss": "^1.0.0",
10 years ago
"semver": "^5.0.1",
"serve-favicon": "^2.1.5",
9 years ago
"sitemap": "^1.4.0",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
9 years ago
"socket.io-redis": "^0.2.0",
"socketio-wildcard": "~0.2.0",
10 years ago
"string": "^3.0.0",
9 years ago
"templates.js": "0.3.1",
"toobusy-js": "^0.4.2",
9 years ago
"uglify-js": "^2.6.0",
10 years ago
"underscore": "~1.8.3",
"underscore.deep": "^0.5.1",
10 years ago
"validator": "^4.0.5",
9 years ago
"winston": "^2.1.0",
9 years ago
"xregexp": "~3.0.0"
},
"devDependencies": {
10 years ago
"mocha": "~1.13.0",
"grunt": "~0.4.5",
"grunt-contrib-watch": "^0.6.1"
},
12 years ago
"bugs": {
"url": "https://github.com/NodeBB/NodeBB/issues"
12 years ago
},
"engines": {
"node": ">=0.10"
12 years ago
},
"maintainers": [
12 years ago
{
"name": "Andrew Rodrigues",
10 years ago
"email": "andrew@nodebb.org",
"url": "https://github.com/psychobunny"
12 years ago
},
{
"name": "Julian Lam",
10 years ago
"email": "julian@nodebb.org",
"url": "https://github.com/julianlam"
12 years ago
},
{
"name": "Barış Soner Uşaklı",
10 years ago
"email": "baris@nodebb.org",
"url": "https://github.com/barisusakli"
12 years ago
}
]
}