forked from birgernass/jsctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1005 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "jsctl",
"preferGlobal": true,
"version": "1.1.0",
"main": "src/index.js",
"description": "A systemd tool - generate and manage service files for your Node.js apps",
"bin": "src/index.js",
"files": [
"src/",
"LICENSE"
],
"author": "Birger Naß <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/birgernass/jsctl"
},
"dependencies": {
"yargs": "^7.0.1"
},
"keywords": [
"jsctl",
"cli",
"tool",
"tools",
"daemon",
"systemd",
"systemctl",
"service",
"deploy",
"production",
"monitoring",
"node",
"reload",
"restart",
"running",
"status",
"start",
"stop",
"process",
"cron",
"watcher",
"watchdog"
],
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0"
}
}