mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "inliner index.html > presentation-bundle.html",
|
|
"start": "http-server -o -cors"
|
|
},
|
|
"author": "Joshua Seigler",
|
|
"devDependencies": {
|
|
"inliner": "^1.9.5"
|
|
},
|
|
"dependencies": {
|
|
"http-server": "^0.9.0"
|
|
}
|
|
}
|