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

Last change on this file since 475 was 475, checked in by hendrikvanantwerpen, 12 years ago
  • Added CouchDB script to make interacting with couch easier.
  • Use this script in the database configuration.
  • Get CSV export to work.
File size: 346 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",
12    "ya-csv": "~0.9.2"
[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.