|
|
@ -1,11 +1,11 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"author": "psychobunny <andrew@designcreateplay.com>, julianlam <julian@designcreateplay.com>",
|
|
|
|
"author": "psychobunny <andrew@designcreateplay.com>, julianlam <julian@designcreateplay.com>, barisusakli <baris@designcreateplay.com>",
|
|
|
|
"name": "nodeforum",
|
|
|
|
"name": "NodeBB",
|
|
|
|
"description": "nodeforum dev",
|
|
|
|
"description": "NodeBB Forum",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"version": "0.1",
|
|
|
|
"homepage": "http://www.designcreateplay.com",
|
|
|
|
"homepage": "http://www.nodebb.org",
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/psychobunny/node-forum/"
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"main": "app.js",
|
|
|
|
"main": "app.js",
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
@ -30,7 +30,8 @@
|
|
|
|
"async": "0.2.8",
|
|
|
|
"async": "0.2.8",
|
|
|
|
"node-imagemagick": "0.1.8",
|
|
|
|
"node-imagemagick": "0.1.8",
|
|
|
|
"atom-writer": "1.0.3",
|
|
|
|
"atom-writer": "1.0.3",
|
|
|
|
"xml-writer": "1.2.4"
|
|
|
|
"xml-writer": "1.2.4",
|
|
|
|
|
|
|
|
"nodefly": "stable"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"devDependencies": {},
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"optionalDependencies": {},
|
|
|
|