-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "consense-server",
"version": "0.9.0",
"description": "Server application of the Consense project",
"main": "dist/backend.js",
"dependencies": {
"config": "^1.20.4",
"express": "^4.13.4",
"ical.js": "^1.1.2",
"mysql": "^2.10.2",
"node-schedule": "^1.1.0",
"nodemailer": "^2.2.1",
"q": "^1.4.1",
"q-io": "^1.13.2",
"strip-bom": "^2.0.0",
"url-join": "0.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-develop-server": "^0.5.0",
"gulp-util": "^3.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlomorgenstern/consense-server.git"
},
"author": "Philipp Koch",
"contributors": [
"Carlo Morgenstern"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/carlomorgenstern/consense-server/issues"
},
"homepage": "https://github.com/carlomorgenstern/consense-server#readme",
"scripts": {
"start": "NODE_ENV=production node dist/backend.js",
"start_windows": "SET NODE_ENV=production&& node dist/backend.js"
}
}