forked from typicode/stop-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "stop-server",
"version": "0.3.0",
"description": "Stop your computer using your phone or your tablet, from your bed or your couch",
"main": "index.js",
"bin": "bin.js",
"scripts": {
"test": "node test",
"start": "node index",
"uninstall": "node bin stop",
"prepublish": "pkg-ok"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typicode/stop-server.git"
},
"keywords": [
"stop",
"shutdown",
"halt",
"poweroff",
"sleep",
"server"
],
"author": "typicode <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicode/stop-server/issues"
},
"homepage": "https://github.com/typicode/stop-server#readme",
"dependencies": {
"chalk": "^1.1.1",
"express": "^4.13.3",
"got": "^4.1.1",
"network-address": "^1.0.0",
"pkg-ok": "^1.0.1",
"power-off": "^1.0.0",
"sleep-mode": "^1.1.0",
"sudo-block": "^1.2.0",
"update-notifier": "^0.5.0",
"user-startup": "^0.1.0",
"yargs": "^3.21.0"
},
"devDependencies": {
"supertest": "^1.0.1"
}
}