portfolio/package.json

13 lines
318 B
JSON
Raw Normal View History

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