]>
git.cworth.org Git - notmuch-web/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Carl Worth [Fri, 6 May 2011 20:12:24 +0000 (13:12 -0700)]
Install the "express" node module via npm
This was done with the simple command:
npm install express
Which pulled in the following versions under node_modules/express:
mime@1.2.1
connect@1.4.0
qs@0.1.0
express@2.3.3
Carl Worth [Fri, 6 May 2011 20:11:28 +0000 (13:11 -0700)]
Initial commit of notmuchweb
Nothing more than a README so far, (and not much in there either).