15 lines
296 B
JSON
15 lines
296 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.1.0",
|
|
"description": "Web site",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Yax",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"finalhandler": "~0.3.3",
|
|
"serve-static": "~1.9.1"
|
|
}
|
|
}
|