Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
comparison 1__Development/6__Website/POPExpressServer/package.json @ 9:a8e5e71adcf3
Maintenance.. been a while.. lots of stuff
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 07 Dec 2014 12:38:00 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3d293d78100b |
|---|---|
| 1 { | |
| 2 "name": "application-name", | |
| 3 "version": "0.0.1", | |
| 4 "private": true, | |
| 5 "scripts": { | |
| 6 "start": "node ./bin/www" | |
| 7 }, | |
| 8 "dependencies": { | |
| 9 "express": "~3.4.8", | |
| 10 "static-favicon": "~1.0.0", | |
| 11 "morgan": "~1.0.0", | |
| 12 "cookie-parser": "~1.0.1", | |
| 13 "body-parser": "~1.0.0", | |
| 14 "debug": "~0.7.4", | |
| 15 "jade": "~1.3.0" | |
| 16 } | |
| 17 } |
