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

Last change on this file since 486 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
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    "request": "~2.21.0",
12    "ya-csv": "~0.9.2",
13    "tv4": "~1.0.11"
14  },
15  "engines": {
16    "node": "0.10.x",
17    "npm": "1.2.x"
18  }
19}
Note: See TracBrowser for help on using the repository browser.