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: 002ceaaad6e0b66377a66e7a5332b347b4341b55 (plain)
1
2
3
4
5
6
7
8
9
{ "name" : "npm"
, "description" : "A package manager for node"
, "version" : "0.0.5beta"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "directories" : { "lib" : "./lib/" }
, "main" : "./npm"
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.30" }
}