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
RevLine 
[448]1{
[463]2  "name": "qed-server",
[448]3  "version": "0.0.1",
[463]4  "description": "QED Server",
[456]5  "dependencies": {
[487]6    "express": "~3.2.6",
[456]7    "underscore": "~1.4.4",
[489]8    "passport": "~0.1.18",
[464]9    "passport-local": "~0.1.6",
[475]10    "request": "~2.21.0",
[489]11    "ya-csv": "~0.9.3",
[487]12    "tv4": "~1.0.16"
[463]13  },
14  "engines": {
15    "node": "0.10.x",
16    "npm": "1.2.x"
[451]17  }
[448]18}
Note: See TracBrowser for help on using the repository browser.