-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 603 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 603 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
{
"name": "cluichi",
"version": "1.0.0",
"description": "Browser based games in Irish",
"main": "app.js",
"engines": {
"node": "^14.16.0",
"npm": ">=7.7.5"
},
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7",
"sitemap-generator": "^8.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/soceanainn/cluichi.git"
},
"scripts": {
"start": "node app.js",
"sitemap": "node scripts/sitemap_generator.js"
},
"author": "Séamus Ó Ceanainn <seamusoceanainn@gmail.com>"
}