mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-16 02:34:35 +08:00
45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<!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>
|