-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 698 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 698 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
35
36
37
{
"name": "node-linux",
"version": "0.1.12",
"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",
"os": [
"linux"
],
"dependencies": {
"optimist": "~0.6.1",
"mu2": "~0.5.20"
},
"readmeFilename": "README.md",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/coreybutler/node-linux.git"
},
"license": "MIT",
"engine": "node >= 0.10.10"
}