-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Theseus",
"version": "1.0.0",
"description": "DUU's Web Application for Events Management",
"main": "server.js",
"license": "MIT",
"dependencies": {
"angular2": "^2.0.0-alpha.46",
"bluebird": "^3.4.6",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.3",
"es6-shim": "^0.35.1",
"express": "^4.13.3",
"express-session": "^1.14.1",
"method-override": "^2.3.6",
"mongoose": "^4.2.7",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8",
"ssl-root-cas": "^1.1.10",
"zone.js": "^0.6.25"
},
"devDependencies": {
"live-server": "^0.8.2",
"faker": "^3.0.0",
"request": "^2.67.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DUU-Dev-Ops/theseus.git"
},
"author": "",
"bugs": {
"url": "https://github.com/DUU-Dev-Ops/theseus/issues"
},
"homepage": "https://github.com/DUU-Dev-Ops/theseus#readme"
}