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

Last change on this file since 477 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
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  },
14  "engines": {
15    "node": "0.10.x",
16    "npm": "1.2.x"
17  }
18}
Note: See TracBrowser for help on using the repository browser.