mirror of
https://github.com/bckelley/terminal-portfolio.git
synced 2026-08-24 03:24:13 -05:00
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name": "terminal-portfolio",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "bckelley",
|
|
"repository": {
|
|
"directory": "",
|
|
"type": "",
|
|
"url": "https://github.com/bckelley/terminal-portfolio"
|
|
},
|
|
"license": "CC BY-NC-ND-4.0",
|
|
"description": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.1",
|
|
"gh-pages": "^6.2.0"
|
|
}
|
|
}
|