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-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-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-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-04-29 12:22:02 -04:00
|
|
|
"path": "0.4.9",
|
2013-05-01 21:03:37 -04:00
|
|
|
"crypto": "0.0.3",
|
|
|
|
|
"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-06 10:05:00 -04:00
|
|
|
"node-gyp": "0.9.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-06-05 10:43:35 -04:00
|
|
|
"node-rss": "1.0.1"
|
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": {
|
|
|
|
|
"node": "*"
|
|
|
|
|
}
|
|
|
|
|
}
|