source:
Dev/trunk/src/package.json
@
463
Last change on this file since 463 was 463, checked in by hendrikvanantwerpen, 12 years ago | |
---|---|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[448] | 1 | { |
[463] | 2 | "name": "qed-server", |
[448] | 3 | "version": "0.0.1", |
[463] | 4 | "description": "QED Server", |
[456] | 5 | "dependencies": { |
[463] | 6 | "simple-http-proxy": "~0.5.2", |
7 | "express": "~3.2.3", | |
[456] | 8 | "underscore": "~1.4.4", |
[463] | 9 | "passport": "~0.1.17", |
10 | "passport-local": "~0.1.6" | |
11 | }, | |
12 | "engines": { | |
13 | "node": "0.10.x", | |
14 | "npm": "1.2.x" | |
[451] | 15 | } |
[448] | 16 | } |
Note: See TracBrowser
for help on using the repository browser.