summaryrefslogtreecommitdiffstats
path: root/protoype/package.json
blob: 4928e9645a90b9faa1634759849bf2685397f021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "challenger-2.0",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node app"
  },
  "dependencies": {
    "express": "3.0.0rc2",
    "jade": "*",
    "stylus": "*",
    "mongojs": "*",
    "connect-redis": "*"
  }
}