Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
view 1__Development/6__Website/POPExpressServer/package.json @ 7:20a1407463a0
sort of working with view sets -- does restore, (not tested) have to chg Display to handle view sets
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 07 Aug 2014 00:10:50 -0700 |
| parents | |
| children |
line source
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 }
