mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2026-01-17 05:05:09 +00:00
Add package.json and LICENSE, name the project.
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user