mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
30 lines
581 B
JSON
30 lines
581 B
JSON
{
|
|
"name": "fleetctl",
|
|
"version": "3.7.0",
|
|
"description": "Installer for the fleetctl CLI tool",
|
|
"main": "binary.js",
|
|
"bin": {
|
|
"fleetctl": "./run.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./install.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fleetdm/fleet"
|
|
},
|
|
"author": "Fleet Developers",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fleetdm/fleet/issues"
|
|
},
|
|
"homepage": "https://fleetdm.com",
|
|
"dependencies": {
|
|
"binary-install": "0.1.1"
|
|
},
|
|
"keywords": [
|
|
"osquery",
|
|
"security"
|
|
]
|
|
}
|