forked from coreybutler/node-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 669 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 669 Bytes
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
{
"name": "node-linux",
"version": "0.1.1",
"description": "Support daemon creation and management on Linux.",
"keywords": [
"ngn",
"linux",
"daemon",
"service",
"centos",
"redhat",
"debian",
"ubuntu"
],
"author": "Corey Butler <corey@coreybutler.com>",
"devDependencies": {
"mocha": "*"
},
"main": "lib/node-linux.js",
"dependencies": {
"optimist": "~0.4.0",
"mu2": "~0.5.17"
},
"readmeFilename": "README.md",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/coreybutler/node-linux.git"
},
"license": "MIT",
"engine":"node >= 0.10.10"
}