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:
authorisaacs <i@izs.me>2010-02-17 12:46:47 +0300
committerisaacs <i@izs.me>2010-02-17 12:46:47 +0300
commit76433f699d2e4f32c21b0fbecfdc7c52039d2dda (patch)
tree31486f2a33d2767559915c5438f41dedff147c50 /package.json
parent38e09c7a57f664e4fed469173d9da31ef42b51ae (diff)
Comments aren't allowed in json.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7716c9446..a76a77936 100644
--- a/package.json
+++ b/package.json
@@ -4,5 +4,8 @@
"version":"0.0.1",
"author":"Isaac Z. Schlueter <i@izs.me>",
- "main":"./npm" // extension to commonjs standard
+ "directories" : {
+ "lib" : "lib"
+ },
+ "main":"./npm"
} \ No newline at end of file