1
0
Fork 0

Initialize NPM package

This commit is contained in:
Alex Kotov 2020-10-15 23:08:34 +05:00
parent d8c59850dc
commit 86da8e29c5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 10 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "fedihub-registry",
"version": "0.0.0",
"description": "User registry",
"main": "index.js",
"repository": "https://github.com/fedihubcom/registry.git",
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true
}