UNPKG

smf

Version:

Expose smf(5) to Node.js for Solaris/Illumos based operating systems

33 lines (32 loc) 675 B
{ "author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)", "name": "smf", "description": "Expose smf(5) to Node.js for Solaris/Illumos based operating systems", "version": "0.4.0", "homepage": "https://github.com/bahamas10/node-smf", "repository": { "url": "https://github.com/bahamas10/node-smf.git", "type": "git" }, "main": "index.js", "dependencies": { "strsplit": "~1.0.0" }, "devDependencies": {}, "optionalDependencies": {}, "bin": { "smf": "./bin/smf.js" }, "engines": { "node": "*" }, "keywords": [ "smartos", "illumos", "solaris", "smf", "svcs", "svcadm", "svccfg" ] }