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

Last change on this file since 468 was 468, checked in by hendrikvanantwerpen, 12 years ago

Improved authentication

  • Authentication cannot be cancelled, removing a lot of weird race conditions.
  • We offer a request provider that has automatic retry in case of authentication failures.
  • Reduced dependency on LoginDialog? by having it act independent based on events. Other modules can just depend on 'session'.
File size: 322 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  },
13  "engines": {
14    "node": "0.10.x",
15    "npm": "1.2.x"
16  }
17}
Note: See TracBrowser for help on using the repository browser.