-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 916 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
{
"name": "expo-prezzo",
"version": "1.0.0",
"description": "presentations and pizzazz for the Tauranga Career Expo ## Project Management We are tracking our progress on our [internal kanban](https://kanban.ii.coop/board/6) ## Project Structure - [org/](https://github.com/ii/expo-prezzo/tree/main/org) :: work diaries and in-progress documentation.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ii/expo-prezzo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ii/expo-prezzo/issues"
},
"homepage": "https://github.com/ii/expo-prezzo#readme",
"dependencies": {
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"node-fetch": "^2.6.1",
"qrcode": "^1.4.4",
"socket.io": "^4.1.3"
}
}