|
|
@ -30,6 +30,7 @@
|
|
|
|
"gravatar": "1.0.6",
|
|
|
|
"gravatar": "1.0.6",
|
|
|
|
"nconf": "~0.6.7",
|
|
|
|
"nconf": "~0.6.7",
|
|
|
|
"sitemap": "~0.6.0",
|
|
|
|
"sitemap": "~0.6.0",
|
|
|
|
|
|
|
|
"cheerio": "~0.12.0",
|
|
|
|
"request": "~2.25.0",
|
|
|
|
"request": "~2.25.0",
|
|
|
|
"reds": "~0.2.4",
|
|
|
|
"reds": "~0.2.4",
|
|
|
|
"winston": "~0.7.2",
|
|
|
|
"winston": "~0.7.2",
|
|
|
@ -37,7 +38,8 @@
|
|
|
|
"nodebb-plugin-markdown": "~0.1.0",
|
|
|
|
"nodebb-plugin-markdown": "~0.1.0",
|
|
|
|
"rss": "~0.2.0",
|
|
|
|
"rss": "~0.2.0",
|
|
|
|
"prompt": "~0.2.11",
|
|
|
|
"prompt": "~0.2.11",
|
|
|
|
"uglify-js": "~2.4.0"
|
|
|
|
"uglify-js": "~2.4.0",
|
|
|
|
|
|
|
|
"validator": "~1.5.1"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
|
|
|
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
|
|
@ -45,20 +47,26 @@
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.8"
|
|
|
|
"node": ">=0.8"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"contributors": [{
|
|
|
|
"contributors": [
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
"email": "andrew@designcreateplay.com"
|
|
|
|
"email": "andrew@designcreateplay.com"
|
|
|
|
}, {
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Julian Lam",
|
|
|
|
"name": "Julian Lam",
|
|
|
|
"email": "julian@designcreateplay.com"
|
|
|
|
"email": "julian@designcreateplay.com"
|
|
|
|
}, {
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
"email": "baris@designcreateplay.com"
|
|
|
|
"email": "baris@designcreateplay.com"
|
|
|
|
}, {
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Damian Bushong",
|
|
|
|
"name": "Damian Bushong",
|
|
|
|
"url": "https://github.com/damianb"
|
|
|
|
"url": "https://github.com/damianb"
|
|
|
|
}, {
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Matt Smith",
|
|
|
|
"name": "Matt Smith",
|
|
|
|
"url": "https://github.com/soimafreak"
|
|
|
|
"url": "https://github.com/soimafreak"
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|