source: Dev/trunk/src/package.json @ 464

Last change on this file since 464 was 464, checked in by hendrikvanantwerpen, 12 years ago

Working deployment to Heroku.

File size: 318 bytes
Line 
1{
2  "name": "qed-server",
3  "version": "0.0.1",
4  "description": "QED Server",
5  "dependencies": {
6    "express": "~3.2.3",
7    "underscore": "~1.4.4",
8    "passport": "~0.1.17",
9    "passport-local": "~0.1.6",
10    "q": "~0.9.6",
11    "q-io": "~1.9.1"
12  },
13  "engines": {
14    "node": "0.10.x",
15    "npm": "1.2.x"
16  }
17}
Note: See TracBrowser for help on using the repository browser.