Leviathan/package.json

26 lines
564 B
JSON
Raw Normal View History

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