A restaurant randomizer written with n0m templates and bash
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
502 B

{
"name": "feedme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"upload": "rsync -avH --exclude '.git' --exclude 'package.json' -e 'ssh -p 24' ./ ben@n0m.org:/home/ben/n0m/current/files/feedme/",
"shellcheck": "/bin/bash -c \"shellcheck <(n0m -c index.n0m)\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.n0m.org:24/n0m/FeedMe.git"
},
"author": "",
"license": "ISC"
}