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>2012-03-28 06:58:18 +0400
committerisaacs <i@izs.me>2012-03-28 06:58:41 +0400
commit23958a401fe729cb151fee3006a745b32868f3de (patch)
treec58c50723a5bf3608e58d081b3c281df1c81dff8 /package.json
parent57fbc4b55691cff46dd9bf2cb25570f486049c86 (diff)
add dependency on archy from @substack
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0b4f46472..146f28511 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,8 @@
"lru-cache": "1",
"node-gyp": "~0.3.7",
"fstream-npm": "0 >=0.0.4",
- "uid-number": "0"
+ "uid-number": "0",
+ "archy": "0"
},
"bundleDependencies": [
"slide",
@@ -80,7 +81,8 @@
"lru-cache",
"node-gyp",
"fstream-npm",
- "uid-number"
+ "uid-number",
+ "archy"
],
"devDependencies": {
"ronn": "https://github.com/isaacs/ronnjs/tarball/master"