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: 7716c9446b7cebf211e09e7e74cf1c9f5bd68f4b (plain)
1
2
3
4
5
6
7
8
{
  "name": "npm",
  "description":"A package manager for node",
  "version":"0.0.1",
  "author":"Isaac Z. Schlueter <i@izs.me>",
  
  "main":"./npm" // extension to commonjs standard
}