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

Last change on this file since 479 was 479, checked in by hendrikvanantwerpen, 11 years ago

Changes for validation

  • Split command line wrappers from processing logic.
  • Created a JSON Schema for the database
  • Allow off-line validation of database documents.
File size: 368 bytes
RevLine 
[448]1{
[463]2  "name": "qed-server",
[448]3  "version": "0.0.1",
[463]4  "description": "QED Server",
[456]5  "dependencies": {
[463]6    "express": "~3.2.3",
[456]7    "underscore": "~1.4.4",
[463]8    "passport": "~0.1.17",
[464]9    "passport-local": "~0.1.6",
10    "q": "~0.9.6",
[475]11    "request": "~2.21.0",
[479]12    "ya-csv": "~0.9.2",
13    "tv4": "~1.0.11"
[463]14  },
15  "engines": {
16    "node": "0.10.x",
17    "npm": "1.2.x"
[451]18  }
[448]19}
Note: See TracBrowser for help on using the repository browser.