mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-04 16:08:59 +02:00
updated app name (lowercase only) and added missing dep request
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "NodeBB",
|
||||
"name": "nodebb",
|
||||
"license": "GPLv3 or later",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "0.0.3",
|
||||
@@ -31,7 +31,8 @@
|
||||
"gravatar": "1.0.6",
|
||||
"nconf": "~0.6.7",
|
||||
"sitemap": "~0.6.0",
|
||||
"cheerio": "~0.12.0"
|
||||
"cheerio": "~0.12.0",
|
||||
"request": "~2.25.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/designcreateplay/NodeBB/issues"
|
||||
|
||||
Reference in New Issue
Block a user