-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 729 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
{
"name": "edelweiss",
"version": "0.0.0",
"description": "platformer game",
"main": "app.js",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixmariotto/Edelweiss.git"
},
"keywords": [
"platform",
"game",
"mountain",
"switzerland",
"edelweiss"
],
"author": "felix mariotto",
"license": "ISC",
"bugs": {
"url": "https://github.com/felixmariotto/Edelweiss/issues"
},
"homepage": "https://github.com/felixmariotto/Edelweiss#readme",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^2.4.0"
}
}