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

Last change on this file since 525 was 525, checked in by hendrikvanantwerpen, 11 years ago
  • Allow empty subcodes.
  • Use HTTPResult exclusively on server (no more q).
  • Set readonly & disabled on ourselves as well in _ComplexValueMixin
  • Split server into several modules.
  • Check codes on the variable level, not question level.
  • We can add modules in design documents now.
File size: 349 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    "request": "~2.21.0",
11    "ya-csv": "~0.9.3",
12    "tv4": "~1.0.16"
13  },
14  "engines": {
15    "node": "0.10.x",
16    "npm": "1.2.x"
17  }
18}
Note: See TracBrowser for help on using the repository browser.