-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 906 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
{
"name": "killerjs",
"version": "1.1.7",
"description": "Kills any *Server* in an Instant, This module Doesn't Kill Server Process but Kills the entire Functioning of the Server. It's essentially a kill-switch for those scammers out there who get the work done by Developers but Don't pay or Block.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["Killerjs", "Server Killer", "Kill Server", "Destroy Server", "Destroy"],
"author": "Daksh Miglani <[email protected]> (https://dak.sh)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DakshMiglani/KillerJS.git"
},
"bugs": {
"url": "https://github.com/DakshMiglani/KillerJS/issues"
},
"homepage": "https://github.com/DakshMiglani/KillerJS#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"shelljs": "^0.7.7"
}
}