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-08-11 02:39:06 +0400
committerisaacs <i@izs.me>2010-08-11 02:39:19 +0400
commit1abffba9b5fb80bcfe3ea6ce91cad822fa6fa2ef (patch)
tree10f5f4c72d6a19d9897d65cff9aea30a137ae3a8 /test/packages/blerg/package.json
parent6f7987bb40910cb651f9f2cd3d020bfb5e602db1 (diff)
More tests
Diffstat (limited to 'test/packages/blerg/package.json')
-rw-r--r--test/packages/blerg/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/packages/blerg/package.json b/test/packages/blerg/package.json
new file mode 100644
index 000000000..945b5360f
--- /dev/null
+++ b/test/packages/blerg/package.json
@@ -0,0 +1,5 @@
+{ "name" : "blerg"
+, "version" : "0.0.0"
+, "dependencies":{"base64" :"*", "websocket-server":"*", "vows":"*"}
+, "scripts" : { "preinstall" : "echo [$npm_config_password] ; echo [$npm_config__password]" }
+}