forked from ape-unit/ape-racer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
{
"name": "ape-racer",
"version": "1.0.0",
"description": "Ape typing game",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdmarshmallow/ape-racer.git"
},
"author": "Marc D'Mello",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdmarshmallow/ape-racer/issues"
},
"homepage": "https://github.com/mdmarshmallow/ape-racer#readme",
"dependencies": {
"body-parser": "^1.18.3",
"colyseus": "^0.9.31",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"firebase-admin": "^7.1.0",
"request": "^2.88.0",
"wikijs": "^4.13.0"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"engines" : {
"node" : "10.14.2",
"yarn" : "1.13.0"
}
}