2013-04-22 16:51:32 +00:00
|
|
|
|
{
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"author": "psychobunny <andrew@designcreateplay.com>, julianlam <julian@designcreateplay.com>, barisusakli <baris@designcreateplay.com>",
|
2013-07-05 13:40:13 -04:00
|
|
|
|
"contributors": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
|
|
"email": "andrew@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Julian Lam",
|
|
|
|
|
|
"email": "julian@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
|
|
"email": "baris@designcreateplay.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Damian Bushong",
|
|
|
|
|
|
"url": "https://github.com/damianb"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "Matt Smith",
|
|
|
|
|
|
"url": "https://github.com/soimafreak"
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
2013-06-17 11:56:47 -04:00
|
|
|
|
"license": "GPLv3 or later",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"name": "NodeBB",
|
|
|
|
|
|
"description": "NodeBB Forum",
|
2013-06-04 13:21:08 -04:00
|
|
|
|
"version": "0.0.1",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"homepage": "http://www.nodebb.org",
|
2013-04-22 16:51:32 +00:00
|
|
|
|
"repository": {
|
2013-07-05 13:40:13 -04:00
|
|
|
|
"type": "git",
|
2013-06-03 13:49:11 -04:00
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/"
|
2013-04-22 16:51:32 +00:00
|
|
|
|
},
|
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
|
"dependencies": {
|
|
|
|
|
|
"socket.io": "0.9.14",
|
|
|
|
|
|
"redis": "0.8.3",
|
|
|
|
|
|
"express": "3.2.0",
|
2013-07-10 16:22:03 -04:00
|
|
|
|
"express-namespace": "0.1.1",
|
2013-04-23 15:39:23 -04:00
|
|
|
|
"connect": "2.7.6",
|
2013-04-24 16:42:12 -04:00
|
|
|
|
"emailjs": "0.3.4",
|
2013-04-25 11:15:03 -04:00
|
|
|
|
"cookie": "0.0.6",
|
2013-04-28 13:58:19 -04:00
|
|
|
|
"connect-redis": "1.4.5",
|
2013-05-01 21:03:37 -04:00
|
|
|
|
"passport": "0.1.16",
|
2013-05-02 09:40:44 -04:00
|
|
|
|
"passport-local": "0.1.6",
|
2013-05-02 11:11:10 -04:00
|
|
|
|
"passport-twitter": "0.1.4",
|
2013-05-02 12:45:22 -04:00
|
|
|
|
"passport-google-oauth": "0.1.5",
|
2013-05-02 15:57:43 -04:00
|
|
|
|
"passport-facebook": "0.1.5",
|
2013-06-11 13:58:02 -04:00
|
|
|
|
"less-middleware": "0.1.12",
|
2013-05-03 13:05:57 -04:00
|
|
|
|
"marked": "0.2.8",
|
|
|
|
|
|
"bcrypt": "0.7.5",
|
2013-05-15 15:01:05 -04:00
|
|
|
|
"async": "0.2.8",
|
2013-05-27 14:55:03 -04:00
|
|
|
|
"node-imagemagick": "0.1.8",
|
2013-07-12 15:55:38 -04:00
|
|
|
|
"node-rss": "1.0.1",
|
|
|
|
|
|
"gravatar": "1.0.6"
|
2013-04-22 16:51:32 +00:00
|
|
|
|
},
|
2013-06-17 08:30:45 -04:00
|
|
|
|
"bugs": {
|
|
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
|
|
|
|
|
},
|
2013-04-22 16:51:32 +00:00
|
|
|
|
"engines": {
|
2013-07-05 14:40:49 -04:00
|
|
|
|
"node": ">=0.8"
|
2013-04-22 16:51:32 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|