Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index 8b0d43872..244d38e91 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -249,6 +249,34 @@ user.
The gzip binary
+### init.version
+
+* Default: "0.0.0"
+* Type: String
+
+The value `npm init` should use by default for the package version.
+
+### init.author.name
+
+* Default: "0.0.0"
+* Type: String
+
+The value `npm init` should use by default for the package author's name.
+
+### init.author.email
+
+* Default: "0.0.0"
+* Type: String
+
+The value `npm init` should use by default for the package author's email.
+
+### init.author.url
+
+* Default: "0.0.0"
+* Type: String
+
+The value `npm init` should use by default for the package author's homepage.
+
### logfd
* Default: stderr file descriptor