forked from lifesheets/reallife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 895 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
{
"name": "ragezombies",
"version": "1.0.0",
"description": "RageMP Zombie Gamemode",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Z8pn/RageZombies.git"
},
"author": "Z8pn & TheSecond",
"license": "ISC",
"bugs": {
"url": "https://github.com/Z8pn/RageZombies/issues"
},
"homepage": "https://github.com/Z8pn/RageZombies#readme",
"dependencies": {
"async": "^2.6.2",
"mongoose": "^5.4.19",
"mysql": "^2.17.1",
"ncp": "^2.0.0",
"node-watch": "^0.6.3",
"prepend-file": "^1.3.1",
"sequelize": "^5.21.7",
"uglifyify": "^5.0.2",
"watchify": "^3.11.1"
},
"devDependencies": {
"@types/jquery": "^3.3.29",
"@types/jqueryui": "^1.12.7",
"@types/ragemp-s": "github:CocaColaBear/types-ragemp-s#master"
}
}