PageUp/package.json

16 lines
307 B
JSON

{
"name": "pageup",
"version": "1.0.0",
"description": "a homepage made in node.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Notoric",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"ini": "^4.1.2"
}
}