Add package.json and LICENSE, name the project.

This commit is contained in:
knotteye
2019-09-15 12:23:09 -05:00
parent e128bdcdaa
commit 61d0e0bd0e
5 changed files with 784 additions and 338 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "satyr",
"version": "0.1.0",
"description": "A livestreaming server.",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://gitlab.com/knotteye/satyr.git"
},
"dependencies": {
"@types/node": "^12.7.4",
"carrier": "^0.1.13",
"bcrypt": ">= 0.8.0",
"line-reader": ">= 0.4.0",
"commander": "git://github.com/visionmedia/commander.js.git",
"node-media-server": ">=2.1.3 <3.0.0"
}
}