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

package.json - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03338faff53c673f7771366c1308125f3b699dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "name" : "npm"
, "description" : "A package manager for node"
, "version" : "0.0.3"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "directories" :
  { "lib" : "lib"
  }
, "main" : "./npm"
, "scripts" :
  { "install" : "scripts/install.js"
  , "uninstall" : "scripts/uninstall.js"
  , "activate" : "scripts/activate.js"
  , "deactivate" : "scripts/deactivate.js"
  }
, "make":"ln -s $(pwd)/cli.js /usr/local/bin/npm"
}