You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stacosys/demo/package.json

16 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"
}
}