mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-13 04:25:59 -05:00
23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"name": "pretendo_website",
|
|
"version": "1.0.0",
|
|
"description": "The official website for the Pretendo Network.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "The Pretendo Network (@PretendoNetwork)",
|
|
"authors": [
|
|
"@superwhiskers",
|
|
"@lukeeey"
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"express": "^4.16.2",
|
|
"express-handlebars": "^3.0.0",
|
|
"express-session": "^1.15.6"
|
|
}
|
|
}
|