maestro/package.json

33 lines
798 B
JSON
Raw Normal View History

2020-02-21 06:36:55 +00:00
{
2020-06-06 22:44:37 +00:00
"name": "harmox",
2020-06-06 23:03:36 +00:00
"version": "0.1.2",
2020-06-06 22:44:37 +00:00
"description": "Harmox is an object-oriented library for interacting with remote infrastructure.",
2020-02-21 06:36:55 +00:00
"main": "index.js",
"repository": {
"type": "git",
2020-06-06 22:43:31 +00:00
"url": "https://git.glmdev.tech/garrettmills/maestro"
2020-02-21 06:36:55 +00:00
},
"keywords": [
2020-06-06 22:43:31 +00:00
"maestro",
2020-02-21 06:36:55 +00:00
"glmdev",
2020-06-06 22:43:31 +00:00
"infrastructure"
2020-02-21 06:36:55 +00:00
],
"author": "Garrett Mills <garrett@glmdev.tech> (https://glmdev.tech/)",
"license": "MIT",
"dependencies": {
2020-03-03 22:10:10 +00:00
"axios": "^0.19.2",
2020-02-21 06:36:55 +00:00
"cross-zip": "^2.1.6",
"flitter-agenda": "^0.5.0",
2020-06-06 22:43:31 +00:00
"flitter-cli": "^0.16.0",
"flitter-di": "^0.5.0",
"flitter-flap": "^0.5.2",
2020-06-14 14:07:26 +00:00
"libflitter": "^0.54.0",
2020-02-21 06:36:55 +00:00
"moment": "^2.24.0",
"scp": "^0.0.3",
"ssh2": "^0.8.7",
"ssh2-streams": "^0.4.8",
"tar": "^5.0.5",
"uuid": "latest"
}
}