-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 915 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
{
"name": "amongus",
"version": "1.0.0",
"description": "Among Us",
"homepage": "https://github.com/NotMyWing/GarrysModAmongUs#readme",
"bugs": {
"url": "https://github.com/NotMyWing/GarrysModAmongUs/issues"
},
"license": "MIT",
"author": "NotMyWing (https://github.com/NotMyWing)",
"contributors": [
"Tyler Schrock <tschrock123@gmail.com> (https://github.com/Tschrock)",
"Bytewave (https://github.com/BytewaveMLP)",
"Caramel Sweet (https://github.com/CaramelSweet)"
],
"repository": "github:NotMyWing/GarrysModAmongUs",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"clean": "gulp clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.2",
"luamin": "^1.0.4",
"resvg-node": "^0.1.2",
"through2": "^4.0.2"
}
}