source: Dev/trunk/src/package.json

Last change on this file was 527, checked in by hendrikvanantwerpen, 11 years ago
  • Dropped request module for a simple one we wrote ourselves using the native Node modules. Hopefully this one will not suffer from the problem that sometimes empty bodies are returned even when the statuscode and content-length of the request are ok & present.
  • Handle exceptions better in HTTPResult chain, they were hoisted in unknown responses before. Should we not include them in default processing, because they are special?
File size: 323 bytes
Line 
1{
2  "name": "qed-server",
3  "version": "0.0.1",
4  "description": "QED Server",
5  "dependencies": {
6    "express": "~3.2.6",
7    "underscore": "~1.4.4",
8    "passport": "~0.1.18",
9    "passport-local": "~0.1.6",
10    "ya-csv": "~0.9.3",
11    "tv4": "~1.0.16"
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.