Web portfolio repo
https://www.jshaver.net/
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.
12 lines
318 B
12 lines
318 B
{ |
|
"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" |
|
}
|
|
|