view 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 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 }