forked from maltezacharias/oeffimonitor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 729 Bytes
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
{
"name": "oeffimonitor",
"version": "0.0.1",
"description": "Oeffimonitor for the metalab.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "NODE_ENV='production' server/httpd.js",
"dev": "server/httpd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/metalab/oeffimonitor"
},
"author": "Metalab",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/metalab/oeffimonitor/issues"
},
"homepage": "https://github.com/metalab/oeffimonitor",
"dependencies": {
"babel": "^6.23.0",
"body-parser": "^1.15.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"lodash": "^4.13.1",
"morgan": "^1.7.0",
"pug": "^3.0.2",
"serve-favicon": "^2.3.0"
}
}