Add package.json to server

This commit is contained in:
danbulant 2020-02-07 18:30:15 +01:00
parent 424b7ee900
commit 303b4e7e7b

19
server/package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "server",
"version": "1.0.0",
"description": "Server for Ester OS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danbulant/ester_os.git"
},
"author": "Daniel Bulant",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/danbulant/ester_os/issues"
},
"homepage": "https://github.com/danbulant/ester_os#readme"
}