-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 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
{
"name": "InfoDisplay",
"version": "1.0.0",
"description": "InfoDisplay for FabLab Winti",
"main": "server.js",
"author": "Claudio Prezzi <claudio.prezzi@fablabwinti.ch>",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/fablabwinti/InfoDisplay.git"
},
"bugs": {
"url": "https://github.com/fablabwinti/InfoDisplay/issues"
},
"homepage": "https://github.com/fablabwinti/InfoDisplay#readme",
"dependencies": {
"bootstrap": "^3.4.1",
"express": "^4.15.4",
"google-auth-library": "^0.10.0",
"googleapis": "^39.1.0",
"jQuery": "^1.7.4",
"jsdom": "^11.1.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.14",
"pug": "^2.0.0-rc.4"
},
"devDependencies": {},
"scripts": {
"start": "node server.js"
}
}