-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1022 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
37
38
39
40
{
"name": "eventbadge",
"private": true,
"version": "1.0.0",
"description": "Prints name badges on demand as attendees check in",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"ipp": "0.0.8",
"moment": "^2.10.6",
"node-fetch": "^1.3.2",
"node-persist": "0.0.6",
"pdfkit": "^0.7.1",
"sse-pubsub": "^1.2.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:triblondon/eventbadge.git"
},
"author": "Andrew Betts",
"license": "MIT",
"bugs": {
"url": "https://github.com/triblondon/eventbadge/issues"
},
"homepage": "https://github.com/triblondon/eventbadge"
}