-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (25 loc) · 894 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
{ "name": "inetd-util-pmb",
"version": "0.1.6",
"description": "Scripts to help run (and debug) programs via (x)inetd socket activation. Optimized for Node.js but also works with Perl, Python, mostly anything.",
"keywords": [ "inetd", "xinetd" ],
"author": "M.K. (https://github.com/mk-pmb)",
"homepage": "https://github.com/mk-pmb/inetd-util-pmb-node/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mk-pmb/inetd-util-pmb-node.git"
},
"bugs": {
"url": "https://github.com/mk-pmb/inetd-util-pmb-node/issues"
},
"private": false, "license": "ISC",
"main": "iu.js",
"bin": {
"inetd-util-pmb-xinetd-shim": "bin/xinetd_shim.sh"
},
"scripts": { "test": "nodejs test/all.js" },
"directories": { "test": "test" },
"dependencies": {},
"devDependencies": {
},
"npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}