Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
diff 1__Development/6__Website/POPExpressServer/package.json @ 5:e73fbbcb5fd2
Persisting basic graph works, starting to add persist of view hierarchy too
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 03 Aug 2014 23:38:15 -0700 |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/1__Development/6__Website/POPExpressServer/package.json Sun Aug 03 23:38:15 2014 -0700 1.3 @@ -0,0 +1,17 @@ 1.4 +{ 1.5 + "name": "application-name", 1.6 + "version": "0.0.1", 1.7 + "private": true, 1.8 + "scripts": { 1.9 + "start": "node ./bin/www" 1.10 + }, 1.11 + "dependencies": { 1.12 + "express": "~3.4.8", 1.13 + "static-favicon": "~1.0.0", 1.14 + "morgan": "~1.0.0", 1.15 + "cookie-parser": "~1.0.1", 1.16 + "body-parser": "~1.0.0", 1.17 + "debug": "~0.7.4", 1.18 + "jade": "~1.3.0" 1.19 + } 1.20 +} 1.21 \ No newline at end of file
