UNPKG

rabbit-posix

Version:
26 lines (25 loc) 828 B
{ "name": "rabbit-posix", "version": "0.0.9", "description": "The missing POSIX system calls", "keywords" : [ "posix", "rlimit", "getrlimit", "setrlimit", "ulimit", "setuid", "setgid", "seteuid", "setegid", "chroot", "setreuid", "setregid", "getpgrp", "setsid", "setpgid", "getpwnam", "getgrnam", "uid", "gid", "syslog", "setlogmask" ], "homepage": "http://github.com/Rabbit-Inc/node-posix.git", "repository" : { "type" : "git", "url" : "https://github.com/Rabbit-Inc/node-posix.git" }, "author" : "Santosh Kumar <santosh@rabbit.tv>", "main" : "./lib/posix", "dependencies" : { }, "scripts" : { "test" : "make test", "install" : "node-gyp configure build || true" }, "engines" : { "node": ">= 0.8.0" } }