16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "sprattle",
|
|
"version": "1.0.0",
|
|
"description": "An rsync / ssh / cron file sync server",
|
|
"main": "srv.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "knast",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"node-ssh": "^13.1.0"
|
|
}
|
|
}
|