-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 950 Bytes
/
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
{
"name": "supersecret",
"version": "1.0.0",
"description": "@starthack 2017, University of St. Gallen",
"main": "server.js",
"scripts": {
"start": "NODE_PATH=. node server.js",
"dev": "NODE_PATH=. bash ./scripts/start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pA1nD/supersecret.git"
},
"author": "gigerbytes, pa1nd, MVytautas, Vollkorn01",
"license": "MIT",
"homepage": "https://supersecretserver.herokuapp.com/",
"dependencies": {
"body-parser": "^1.17.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"express": "^4.15.2",
"express-session": "^1.11.3",
"forms": "^1.3.0",
"mongoose": "^4.9.0",
"node-rsa": "^0.4.2",
"passport": "^0.3.2",
"passport-auth0": "^0.6.0",
"pug": "^2.0.0-beta11",
"qr-image": "^3.2.0",
"request": "^2.81.0"
},
"devDependencies": {
"node-dev": "^3.1.3"
}
}