smfgen
Version:
Generate an SMF manifest from a JSON or CLI description of the service
26 lines (25 loc) • 478 B
JSON
{
"name": "smfgen",
"version": "1.2.0",
"description": "Generate an SMF manifest from a JSON or CLI description of the service",
"author": "Dave Pacheco <dap@joyent.com>",
"repository": {
"url": "https://github.com/joyent/smfgen",
"type": "git"
},
"main": "./smfgen",
"bin": {
"smfgen": "./smfgen"
},
"license": "MIT",
"keywords": [
"illumos",
"smartos",
"smf",
"smfgen"
],
"dependencies": {
"assert-plus": "^1.0.0",
"posix-getopt": "^1.2.0"
}
}