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

index.html « html - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4469d862e871866a28b49fc393e52fd270a98170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>

<html>
<head>
<style>
html { background:#202050 }
body { background:#ddd; width:600px; border:10px solid #fff; margin:2em auto; padding:2em }
h1 {
  font-size:200px;
  line-height:1;
  font-family:"gubblebum-blocky", monospace;
  color:#f00;
  text-align:center;
  padding:0;
  margin:0 auto;
  text-indent:-999em;
  height:202px;
  width:519px;
  background:url(npm.png) center;
}
p { margin:1em 0 0; padding:0 }
a { color:#f00; text-decoration:none; }
a:hover { text-decoration:underline; }
</style>
	<title>npm - Node Package Manager</title>
</head>
<h1>npm</h1>

<p>npm is a package manager for <a href="http://nodejs.org/">node</a>.  You can use it to install
  and publish your node programs.  It manages dependencies and does other cool stuff.</p>

<p>Not much here at the moment.  Check out <a href="http://github.com/isaacs/npm">the
  git repository</a>.</p>

<p><strong>Want some swag!?</strong> <a href="http://www.zazzle.com/isaacschlueter*">Go get some!</a>
  All profits go towards buying more swag to hand out at NodeJS meetups and incentivize
  contributors.</p>

<p><strong>Hate swag!?</strong> <a href="http://pledgie.com/campaigns/11626">Donate anyway!</a>
  All profits go towards the npm marketing budget, and may be drawn upon to buy pizza when
  noders congregate.</p>

</body>
</html>