John Shaver
4d482c3ce4
Some checks reported errors
continuous-integration/drone/push Build encountered an error
15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "1.0.0",
|
|
"description": "My portfolio website",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo 'no tests yet.... so... pass?'",
|
|
"start": "http-server ./"
|
|
},
|
|
"author": "john@jshaver.net",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
}
|
|
}
|