Intitial project structure with express.js
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"twig": "^1.16.0"
|
||||
},
|
||||
"name": "leviathan",
|
||||
"description": "PC hardware benchmarking data logger",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.metaunix.net/BitGoblin/Leviathan"
|
||||
},
|
||||
"keywords": [
|
||||
"pc",
|
||||
"hardware",
|
||||
"benchmarking"
|
||||
],
|
||||
"author": "Gregory Ballantine <gballantine@metaunix.net>",
|
||||
"license": "BSD-2-Clause"
|
||||
}
|
Reference in New Issue
Block a user