package.json add author
Added OpenBMC developers as the author, along with an email and url.
Tested: npm install
Change-Id: I57eee00db1904d72c9791128a194be19761b01f4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/package.json b/package.json
index 68d2c25..04faffb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,11 @@
{
"name": "openbmc_browser_interface",
"description": "Web-based user interface for the OpenBMC firmware stack",
+ "author": {
+ "name": "OpenBMC Developers",
+ "email": "openbmc@lists.ozlabs.org",
+ "url": "https://www.openbmc.org/"
+ },
"version": "0.0.1",
"private": false,
"repository": {
@@ -88,6 +93,5 @@
"engines": {
"node": ">=4.2.6",
"npm": ">=5.6.0"
- },
- "author": ""
+ }
}