Files
NodeBB/package.json

108 lines
2.7 KiB
JSON
Raw Normal View History

2013-04-22 16:51:32 +00:00
{
2013-09-24 12:29:51 -04:00
"name": "nodebb",
"license": "GPL-3.0",
2013-09-24 12:29:51 -04:00
"description": "NodeBB Forum",
2015-09-16 14:32:06 -04:00
"version": "0.8.2",
2013-09-24 12:29:51 -04:00
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
2014-05-23 15:21:51 -04:00
"url": "https://github.com/NodeBB/NodeBB/"
2013-09-24 12:29:51 -04:00
},
"main": "app.js",
"scripts": {
"start": "node loader.js",
2014-04-16 16:13:48 -04:00
"test": "mocha ./tests -t 10000"
},
2013-09-24 12:29:51 -04:00
"dependencies": {
2015-08-19 14:17:21 -04:00
"async": "~1.4.2",
"bcryptjs": "~2.2.1",
2014-10-03 20:21:45 -04:00
"body-parser": "^1.9.0",
"colors": "^1.1.0",
2014-10-03 20:21:45 -04:00
"compression": "^1.1.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
2015-08-19 14:17:21 -04:00
"connect-multiparty": "^2.0.0",
2014-10-03 20:21:45 -04:00
"cookie-parser": "^1.3.3",
"cron": "^1.0.5",
"csurf": "^1.6.1",
"daemon": "~1.1.0",
2014-10-03 20:21:45 -04:00
"express": "^4.9.5",
"express-session": "^1.8.2",
"gravatar": "^1.1.0",
2014-11-15 19:09:44 -05:00
"heapdump": "^0.3.0",
2014-11-17 11:24:46 -05:00
"less": "^2.0.0",
2014-09-30 21:48:39 -04:00
"logrotate-stream": "^0.2.3",
"lru-cache": "^2.6.1",
"lwip": "0.0.7",
2015-02-18 21:09:33 -05:00
"mime": "^1.3.4",
"minimist": "^1.1.1",
"mkdirp": "~0.5.0",
2015-09-11 16:35:44 -04:00
"mmmagic": "^0.4.0",
2014-10-03 20:21:45 -04:00
"morgan": "^1.3.2",
2014-12-02 13:31:53 -05:00
"nconf": "~0.7.1",
2015-09-10 17:26:42 -04:00
"nodebb-plugin-composer-default": "1.0.14",
"nodebb-plugin-dbsearch": "0.2.16",
2015-09-16 00:19:05 -04:00
"nodebb-plugin-emoji-extended": "0.4.13",
"nodebb-plugin-markdown": "4.0.5",
2015-09-12 19:22:57 -04:00
"nodebb-plugin-mentions": "1.0.2",
"nodebb-plugin-soundpack-default": "0.1.4",
2015-09-10 17:26:42 -04:00
"nodebb-plugin-spam-be-gone": "0.4.2",
"nodebb-rewards-essentials": "0.0.5",
2015-09-15 13:09:43 -04:00
"nodebb-theme-lavender": "2.0.1",
"nodebb-theme-persona": "3.0.13",
"nodebb-theme-vanilla": "4.0.8",
2015-09-10 17:26:42 -04:00
"nodebb-widget-essentials": "2.0.1",
2014-10-17 23:29:28 -04:00
"npm": "^2.1.4",
2015-08-24 16:26:45 -04:00
"passport": "^0.3.0",
2014-07-23 10:50:59 -04:00
"passport-local": "1.0.0",
2014-10-03 20:21:45 -04:00
"prompt": "^0.2.14",
"request": "^2.44.0",
2015-08-19 14:17:21 -04:00
"rimraf": "~2.4.2",
2014-10-03 20:21:45 -04:00
"rss": "^1.0.0",
2015-08-19 14:17:21 -04:00
"semver": "^5.0.1",
2014-10-03 20:21:45 -04:00
"serve-favicon": "^2.1.5",
2015-08-19 14:17:21 -04:00
"sitemap": "^1.0.0",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
2014-11-20 16:51:11 -05:00
"socket.io-redis": "^0.1.3",
"socketio-wildcard": "~0.1.1",
2014-12-18 20:23:31 -05:00
"string": "^3.0.0",
2015-09-16 17:38:12 -04:00
"templates.js": "0.2.11",
2015-08-19 14:17:21 -04:00
"touch": "1.0.0",
2015-08-29 23:13:39 -04:00
"uglify-js": "^2.4.24",
2015-04-06 15:15:23 -04:00
"underscore": "~1.8.3",
"underscore.deep": "^0.5.1",
2015-08-19 14:17:21 -04:00
"validator": "^4.0.5",
"winston": "^1.0.1",
"xregexp": "~2.0.0"
},
"devDependencies": {
2015-01-30 12:21:00 -05:00
"mocha": "~1.13.0",
"grunt": "~0.4.5",
2015-02-24 15:50:23 -05:00
"grunt-contrib-watch": "^0.6.1"
},
2013-09-24 12:29:51 -04:00
"bugs": {
2014-05-23 15:21:51 -04:00
"url": "https://github.com/NodeBB/NodeBB/issues"
2013-09-24 12:29:51 -04:00
},
"engines": {
"node": ">=0.10"
2013-09-24 12:29:51 -04:00
},
"maintainers": [
2013-09-24 12:29:51 -04:00
{
"name": "Andrew Rodrigues",
2015-07-20 15:29:16 -04:00
"email": "andrew@nodebb.org",
2013-10-01 11:17:57 -04:00
"url": "https://github.com/psychobunny"
2013-09-24 12:29:51 -04:00
},
{
"name": "Julian Lam",
2015-07-20 15:29:16 -04:00
"email": "julian@nodebb.org",
2013-10-01 11:17:57 -04:00
"url": "https://github.com/julianlam"
2013-09-24 12:29:51 -04:00
},
{
"name": "Barış Soner Uşaklı",
2015-07-20 15:29:16 -04:00
"email": "baris@nodebb.org",
2013-10-01 11:17:57 -04:00
"url": "https://github.com/barisusakli"
2013-09-24 12:29:51 -04:00
}
]
}