portfolio/package.json

13 lines
318 B
JSON

{
"name": "portfolio",
"version": "1.0.0",
"description": "My portfolio website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push-to-live": "rsync -rv --progress ./ do:/var/www/jshaver_net"
},
"author": "john@jshaver.net",
"license": "UNLICENSED"
}