-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 779 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
34
35
{
"name": "digipromp",
"version": "1.7.0",
"description": "A digital online autocue, for a faster way to communicate",
"main": "server.js",
"dependencies": {
"express": "^4.14.0",
"socket.io": "^1.5.1"
},
"devDependencies": {},
"scripts": {
"heroku-prebuild": "npm install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quintenm/digipromp.git"
},
"keywords": [
"autocue",
"website",
"webbassed",
"digital",
"prompter",
"livestreams",
"internet",
"presentation"
],
"author": "Quinten Mares",
"license": "ISC",
"bugs": {
"url": "https://github.com/quintenm/digipromp/issues"
},
"homepage": "https://github.com/quintenm/digipromp#readme"
}