2013-04-22 16:51:32 +00:00
|
|
|
|
{
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"name": "nodebb",
|
|
|
|
|
|
"license": "GPLv3 or later",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2014-10-18 00:29:20 -04:00
|
|
|
|
"version": "0.5.3-dev",
|
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",
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"scripts": {
|
2014-02-27 10:06:31 -05:00
|
|
|
|
"start": "./nodebb start",
|
|
|
|
|
|
"stop": "./nodebb stop",
|
2014-04-16 16:13:48 -04:00
|
|
|
|
"test": "mocha ./tests -t 10000"
|
2013-10-12 11:06:43 -04:00
|
|
|
|
},
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"dependencies": {
|
2014-07-22 13:43:43 -04:00
|
|
|
|
"async": "~0.9.0",
|
|
|
|
|
|
"bcryptjs": "~2.0.1",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"body-parser": "^1.9.0",
|
|
|
|
|
|
"compression": "^1.1.0",
|
2014-08-31 22:42:29 -04:00
|
|
|
|
"connect-ensure-login": "^0.1.1",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"connect-flash": "^0.1.1",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"connect-multiparty": "^1.2.4",
|
|
|
|
|
|
"cookie-parser": "^1.3.3",
|
|
|
|
|
|
"cron": "^1.0.5",
|
|
|
|
|
|
"csurf": "^1.6.1",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"daemon": "~1.1.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"express": "^4.9.5",
|
|
|
|
|
|
"express-session": "^1.8.2",
|
2014-07-23 10:45:48 -04:00
|
|
|
|
"gm": "1.16.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"gravatar": "^1.1.0",
|
|
|
|
|
|
"less": "^1.7.5",
|
2014-09-30 21:48:39 -04:00
|
|
|
|
"logrotate-stream": "^0.2.3",
|
2014-07-22 13:43:43 -04:00
|
|
|
|
"mkdirp": "~0.5.0",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"morgan": "^1.3.2",
|
2013-09-24 12:29:51 -04:00
|
|
|
|
"nconf": "~0.6.7",
|
2014-10-17 23:29:28 -04:00
|
|
|
|
"nodebb-plugin-dbsearch": "0.0.15",
|
2014-10-17 13:44:29 -04:00
|
|
|
|
"nodebb-plugin-markdown": "^0.7.0",
|
2014-09-03 13:18:15 -04:00
|
|
|
|
"nodebb-plugin-mentions": "~0.6.0",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"nodebb-plugin-soundpack-default": "~0.1.1",
|
2014-09-19 09:11:55 -04:00
|
|
|
|
"nodebb-theme-lavender": "~0.1.0",
|
|
|
|
|
|
"nodebb-theme-vanilla": "~0.1.0",
|
2014-09-25 17:16:49 -04:00
|
|
|
|
"nodebb-widget-essentials": "~0.1.1",
|
2014-10-17 23:29:28 -04:00
|
|
|
|
"npm": "^2.1.4",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"passport": "^0.2.1",
|
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",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"rimraf": "~2.2.6",
|
2014-10-03 20:21:45 -04:00
|
|
|
|
"rss": "^1.0.0",
|
|
|
|
|
|
"semver": "^4.0.3",
|
|
|
|
|
|
"serve-favicon": "^2.1.5",
|
|
|
|
|
|
"sitemap": "^0.7.4",
|
|
|
|
|
|
"socket.io": "^0.9.17",
|
|
|
|
|
|
"socket.io-client": "^0.9.17",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"socket.io-wildcard": "~0.1.1",
|
2014-10-06 14:00:10 -04:00
|
|
|
|
"string": "^2.1.0",
|
2014-10-08 13:17:02 -04:00
|
|
|
|
"templates.js": "0.1.2",
|
2014-06-18 10:17:50 -04:00
|
|
|
|
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
|
2014-10-06 14:00:10 -04:00
|
|
|
|
"underscore": "~1.7.0",
|
2014-10-17 23:29:28 -04:00
|
|
|
|
"validator": "~3.21.0",
|
2014-10-28 15:30:52 -04:00
|
|
|
|
"winston": "^0.8.1",
|
2014-08-31 22:42:29 -04:00
|
|
|
|
"xregexp": "~2.0.0"
|
2013-09-27 11:47:16 -04:00
|
|
|
|
},
|
2013-10-12 11:06:43 -04:00
|
|
|
|
"devDependencies": {
|
|
|
|
|
|
"mocha": "~1.13.0"
|
|
|
|
|
|
},
|
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": {
|
2014-08-07 09:14:28 -06:00
|
|
|
|
"node": ">=0.10"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
2014-02-22 11:18:16 -05:00
|
|
|
|
"maintainers": [
|
2013-09-24 12:29:51 -04:00
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "andrew@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/psychobunny"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "julian@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/julianlam"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
2013-10-01 11:17:57 -04:00
|
|
|
|
"email": "baris@designcreateplay.com",
|
|
|
|
|
|
"url": "https://github.com/barisusakli"
|
2013-09-24 12:29:51 -04:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|