18 lines
502 B
JSON
18 lines
502 B
JSON
{
|
|
"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"
|
|
}
|