remex/package.json

23 lines
459 B
JSON
Raw Normal View History

2022-02-02 17:07:16 +01:00
{
"name": "remex",
"version": "0.0.1",
"description": "execute local commands remotely via http requests",
"main": "remex.js",
"scripts": {},
2022-02-02 17:07:16 +01:00
"keywords": [
"scripts",
"commands",
"remote",
"api"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.velvettear.de/velvettear/remex.git"
},
"dependencies": {
"moment": "^2.29.1"
}
}