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: 570b4b3c2dd453a897bbf157af8239216d84fc88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "npm",
  "description":"A package manager for node",
  "version":"0.0.1",
  "author":"Isaac Z. Schlueter <i@izs.me>",
  "directories" : {
    "lib" : "lib"
  },
  "main":"./npm",
  "scripts" : {
    "install" : "scripts/install.js",
    "uninstall" : "scripts/uninstall.js"
  },
  "make":"ln -s $(pwd)/cli.js /usr/local/bin/npm"
}